Class VouchType
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.VouchType
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
Vouch type.
Related specifications:
- OpenID Connect for Identity Assurance 1.0
- https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final VouchTypeA statement from a recognised person or authority regarding the identity of the user that was made and stored electronically.static final VouchTypeA written / printed statement / letter from a recognised person or authority regarding the identity of the user.Fields inherited from class com.nimbusds.oauth2.sdk.id.Identifier
DEFAULT_BYTE_LENGTH, secureRandom -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.nimbusds.oauth2.sdk.id.Identifier
compareTo, getValue, hashCode, toJSONString, toString, toStringList
-
Field Details
-
WRITTEN_ATTESTATION
A written / printed statement / letter from a recognised person or authority regarding the identity of the user. -
DIGITAL_ATTESTATION
A statement from a recognised person or authority regarding the identity of the user that was made and stored electronically.
-
-
Constructor Details
-
VouchType
Creates a new vouch type.- Parameters:
value- The vouch type value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-