JsonVerifiedPresentation
data class JsonVerifiedPresentation(val documentSignerCertChain: X509CertChain, val issuerSignedClaims: List<JsonClaim>, val deviceSignedClaims: List<JsonClaim>, val zkpUsed: Boolean, val validFrom: Instant?, val validUntil: Instant?, val signedAt: Instant?, val expectedUpdate: Instant?, val vct: String) : VerifiedPresentation
A verified presentation of a JSON-based 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.