Credential Ref Interface
A compact reference to a credential that has been persisted in CoreCrypto.
Credentials can be quite large; this type avoids passing them back and forth across the FFI boundary more than strictly required.
Created by calling add_credential on a CoreCryptoContext.
This reference is not a literal in-memory reference. It is instead the key from which a credential can be retrieved, and is stable over time and across the FFI boundary.
Inheritors
Functions
Link copied to clipboard
Get the ciphersuite of this credential ref.
Link copied to clipboard
Get the earliest possible validity of this credential, expressed as seconds after the unix epoch.
Link copied to clipboard
Get the SHA256 hash of the public key associated with this credential ref.
Link copied to clipboard
Get the signature scheme of this credential ref.
Link copied to clipboard
Get the type of this credential ref.