CredentialInfo

data class CredentialInfo(val credential: Credential, val claims: List<Claim>, val keyInfo: KeyInfo?, val keyInvalidated: Boolean)

Information about a single Credential inside a DocumentInfo.

Constructors

Link copied to clipboard
constructor(credential: Credential, claims: List<Claim>, keyInfo: KeyInfo?, keyInvalidated: Boolean)

Properties

Link copied to clipboard

the claims in the credential.

Link copied to clipboard
Link copied to clipboard

information about the key backing this credential.

Link copied to clipboard

returns the validity of the secure-area key.