Uses of Class
com.nimbusds.openid.connect.sdk.assurance.evidences.VouchType
Packages that use VouchType
Package
Description
OpenID Connect for Identity Assurance 1.0 evidence classes.
-
Uses of VouchType in com.nimbusds.openid.connect.sdk.assurance.evidences
Fields in com.nimbusds.openid.connect.sdk.assurance.evidences declared as VouchTypeModifier and TypeFieldDescriptionstatic final VouchTypeVouchType.DIGITAL_ATTESTATIONA statement from a recognised person or authority regarding the identity of the user that was made and stored electronically.static final VouchTypeVouchType.WRITTEN_ATTESTATIONA written / printed statement / letter from a recognised person or authority regarding the identity of the user.Methods in com.nimbusds.openid.connect.sdk.assurance.evidences that return VouchTypeConstructors in com.nimbusds.openid.connect.sdk.assurance.evidences with parameters of type VouchTypeModifierConstructorDescriptionAttestation(VouchType type, ReferenceNumber referenceNumber, PersonalNumber personalNumber, SimpleDate dateOfIssuance, SimpleDate dateOfExpiry, Voucher voucher) Creates a new attestation instance.