Class ValidationMethodType
java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.ValidationMethodType
- All Implemented Interfaces:
Serializable,Comparable<Identifier>,net.minidev.json.JSONAware
The type of method used to validate the authenticity of an evidence.
Related specifications:
- OpenID Connect for Identity Assurance 1.0, section 5.1.1.
- https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ValidationMethodTypeFound an existing electronic record that matches the claims made by the user.static final ValidationMethodTypeValidation the cryptographic security features of the evidence are intact and correct.static final ValidationMethodTypeValidation that digital/electronic evidence is genuine by the inspection of its properties and content.static final ValidationMethodTypeValidation that physical evidence is genuine through inspection of its physical properties in person.static final ValidationMethodTypeValidation that physical evidence is genuine through inspection of its physical properties in person including its optical characteristics under non-visible light.static final ValidationMethodTypeValidation that physical evidence is genuine through the inspection of an image taken remotely under visible light.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
-
VPIP
Validation that physical evidence is genuine through inspection of its physical properties in person. -
VPIRUV
Validation that physical evidence is genuine through inspection of its physical properties in person including its optical characteristics under non-visible light. -
VRI
Validation that physical evidence is genuine through the inspection of an image taken remotely under visible light. -
VDIG
Validation that digital/electronic evidence is genuine by the inspection of its properties and content. -
VCRYPT
Validation the cryptographic security features of the evidence are intact and correct. -
DATA
Found an existing electronic record that matches the claims made by the user.
-
-
Constructor Details
-
ValidationMethodType
Creates a new validation method type.- Parameters:
value- The validation method type value. Must not benull.
-
-
Method Details
-
equals
- Overrides:
equalsin classIdentifier
-