Class 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()
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait