public final class SecKeyOperationType
extends java.lang.Object
Defines types of cryptographic operations available with SecKey instance.
[@constant] kSecKeyOperationTypeSign Represents SecKeyCreateSignature()
[@constant] kSecKeyOperationTypeVerify Represents SecKeyVerifySignature()
[@constant] kSecKeyOperationTypeEncrypt Represents SecKeyCreateEncryptedData()
[@constant] kSecKeyOperationTypeDecrypt Represents SecKeyCreateDecryptedData()
[@constant] kSecKeyOperationTypeKeyExchange Represents SecKeyCopyKeyExchangeResult()
| Modifier and Type | Field and Description |
|---|---|
static long |
Decrypt |
static long |
Encrypt |
static long |
KeyExchange |
static long |
Sign |
static long |
Verify |
public static final long Sign
public static final long Verify
public static final long Encrypt
public static final long Decrypt
public static final long KeyExchange