CredentialRefInterface

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

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
abstract fun ciphersuite(): Ciphersuite

Get the ciphersuite of this credential ref.

Link copied to clipboard
abstract fun clientId(): ClientId

Get the client id associated with this credential ref.

Link copied to clipboard
abstract fun earliestValidity(): ULong

Get the earliest possible validity of this credential, expressed as seconds after the unix epoch.

Link copied to clipboard
abstract fun publicKeyHash(): ByteArray

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
abstract fun type(): CredentialType

Get the type of this credential ref.