PresentmentRecord
Data that describes the self-contained result of presentation in a way that can be stored and verified (immediately or at a later time).
Inheritors
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
abstract suspend fun verify(atTime: Instant = Clock.System.now(), documentTypeRepository: DocumentTypeRepository? = null, zkSystemRepository: ZkSystemRepository? = null): List<VerifiedPresentation>
Verifies the cryptographic validity of the presentment and the issuer trust chain. This includes verifying that the credential holder approved all transactions that apply to the presented credentials, even if no data was sent as a response for a given transaction.
Link copied to clipboard
Verifies that the presentation was bound to the expected nonce.