A token’s certificate as stored in the keychain.
SDKs
- iOS 10.0+
- macOS 10.12+
- Mac Catalyst 13.0+
- tvOS 11.0+
Framework
- Crypto
Token Kit
Declaration
class TKTokenKeychainCertificate : TKToken Keychain Item
A token’s certificate as stored in the keychain.
SDKs
Framework
class TKTokenKeychainCertificate : TKToken Keychain Item
init?(certificate: Sec Certificate, object ID: TKToken .Object ID)
Initializes a token keychain certificate with data from the specified certificate reference and a given object ID.
var data: Data
Returns a DER-encoded representation of an X.509 certificate.
var keychain Contents: TKToken Keychain Contents?
The contents of the keychain for this token.
class TKToken Keychain Contents
A representation of the state of the keychain for a particular token.
class TKToken Keychain Item
An abstract base class for managing a token’s contents as keychain items.
class TKToken Keychain Key
A token's key as stored in the keychain.
typealias TKToken .Object ID
A unique and persistent identifier of a particular token object.