java.lang.Object
com.nimbusds.oauth2.sdk.id.Identifier
com.nimbusds.openid.connect.sdk.assurance.evidences.SignatureType
All Implemented Interfaces:
Serializable, Comparable<Identifier>, net.minidev.json.JSONAware

@Immutable public final class SignatureType extends Identifier
Electronic signature type.

Related specifications:

  • OpenID Connect for Identity Assurance 1.0
See Also:
  • Constructor Details

    • SignatureType

      public SignatureType(String value)
      Creates a new electronic signature type.
      Parameters:
      value - The elecronic signature type value. Must not be null.
  • Method Details