MdocVerifiedPresentation
data class MdocVerifiedPresentation(val documentSignerCertChain: X509CertChain, val issuerSignedClaims: List<MdocClaim>, val deviceSignedClaims: List<MdocClaim>, val zkpUsed: Boolean, val validFrom: Instant?, val validUntil: Instant?, val signedAt: Instant?, val expectedUpdate: Instant?, val docType: String) : VerifiedPresentation
A verified presentation of an ISO mdoc credential
Constructors
Properties
Link copied to clipboard
the claims signed by the device.
Link copied to clipboard
the certificate chain of the document signer key or null if not know.
Link copied to clipboard
the point in time an update is expected, if any.
Link copied to clipboard
the claims signed by the issuer.
Link copied to clipboard
the point in time this presentation is valid until.