Enum Class QCIdentMethodEnum

java.lang.Object
java.lang.Enum<QCIdentMethodEnum>
eu.europa.esig.dss.enumerations.QCIdentMethodEnum
All Implemented Interfaces:
OidBasedEnum, OidDescription, QCIdentMethod, Serializable, Comparable<QCIdentMethodEnum>, Constable

public enum QCIdentMethodEnum extends Enum<QCIdentMethodEnum> implements QCIdentMethod
Contains QcQSCDlegislation statements defined within in the ETSI EN 319 412-5 * "4.3.5 QCStatement stating the used eIDAS/eIDAS2 Article 24. identification method"
  • Enum Constant Details

    • QCT_EIDAS2_ACD

      public static final QCIdentMethodEnum QCT_EIDAS2_ACD
      id-etsi-qct-eIDAS2-acd OBJECT IDENTIFIER ::= { id-etsi-qcs-QcIdentMethod 3 } -- Identification according to eIDAS2 [i.13] Article 24. paragraph 1a a) or c) or d)
    • QCT_EIDAS2_B

      public static final QCIdentMethodEnum QCT_EIDAS2_B
      id-etsi-qct-eIDAS2-b OBJECT IDENTIFIER ::= { id-etsi-qcs-QcIdentMethod 4 } -- Identification according to eIDAS2 Article 24. paragraph 1a b)
  • Method Details

    • values

      public static QCIdentMethodEnum[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static QCIdentMethodEnum valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getOid

      public String getOid()
      Description copied from interface: OidBasedEnum
      This method returns the OID value
      Specified by:
      getOid in interface OidBasedEnum
      Returns:
      the OID value
    • getDescription

      public String getDescription()
      Description copied from interface: OidDescription
      This method returns the literal description of the OID
      Specified by:
      getDescription in interface OidDescription
      Returns:
      the OID description
    • forLabel

      public static QCIdentMethodEnum forLabel(String description)
      Gets a QCIdentMethod for the given label description string
      Parameters:
      description - String
      Returns:
      QCStatement