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 Credential instance of the org.multipaz.document.Document.
Link copied to clipboard
returns the validity of the secure-area key.