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

@Immutable public final class VouchType extends Identifier
Vouch type.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0
  • https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
See Also:
  • Field Details

    • WRITTEN_ATTESTATION

      public static final VouchType WRITTEN_ATTESTATION
      A written / printed statement / letter from a recognised person or authority regarding the identity of the user.
    • DIGITAL_ATTESTATION

      public static final VouchType 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

      public VouchType(String value)
      Creates a new vouch type.
      Parameters:
      value - The vouch type value. Must not be null.
  • Method Details