Class 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, sections 5.1.1.3 and 14.
    • https://bitbucket.org/openid/ekyc-ida/wiki/identifiers
    See Also:
    Serialized Form
    • Field Detail

      • 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 Detail

      • VouchType

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