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

@Immutable public final class ValidationMethodType extends Identifier
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 Details

    • VPIP

      public static final ValidationMethodType VPIP
      Validation that physical evidence is genuine through inspection of its physical properties in person.
    • VPIRUV

      public static final ValidationMethodType VPIRUV
      Validation that physical evidence is genuine through inspection of its physical properties in person including its optical characteristics under non-visible light.
    • VRI

      public static final ValidationMethodType VRI
      Validation that physical evidence is genuine through the inspection of an image taken remotely under visible light.
    • VDIG

      public static final ValidationMethodType VDIG
      Validation that digital/electronic evidence is genuine by the inspection of its properties and content.
    • VCRYPT

      public static final ValidationMethodType VCRYPT
      Validation the cryptographic security features of the evidence are intact and correct.
    • DATA

      public static final ValidationMethodType 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 be null.
  • Method Details