Package apple.security.enums
Class SecKeyOperationType
- java.lang.Object
-
- apple.security.enums.SecKeyOperationType
-
public final class SecKeyOperationType extends java.lang.Object[@enum] SecKeyOperationType 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()
-
-
Field Summary
Fields Modifier and Type Field Description static longDecryptstatic longEncryptstatic longKeyExchangestatic longSignstatic longVerify
-
-
-
Field Detail
-
Sign
public static final long Sign
- See Also:
- Constant Field Values
-
Verify
public static final long Verify
- See Also:
- Constant Field Values
-
Encrypt
public static final long Encrypt
- See Also:
- Constant Field Values
-
Decrypt
public static final long Decrypt
- See Also:
- Constant Field Values
-
KeyExchange
public static final long KeyExchange
- See Also:
- Constant Field Values
-
-