Contents

SecKey

An object that represents a cryptographic key.

Declaration

class SecKey

Mentioned in

Overview

A SecKey instance that represents a key that is stored in a keychain can be safely cast to a SecKeychainItem for manipulation as a keychain item. On the other hand, if the key is not stored in a keychain, casting the object to a SecKeychainItem and passing it to Keychain Services functions returns errors.