Interface QCIdentMethod

All Superinterfaces:
OidBasedEnum, OidDescription, Serializable
All Known Implementing Classes:
QCIdentMethodEnum

public interface QCIdentMethod extends OidDescription
Defines QC Identification Method OID identifiers as defined in the ETSI EN 319 412-5 "4.3.5 QCStatement stating the used eIDAS/eIDAS2 Article 24. identification method"
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
    Logger
    static final String
    Defines a description for an unknown method by the current implementation
  • Method Summary

    Static Methods
    Modifier and Type
    Method
    Description
    Returns a QCType by the given OID, if exists

    Methods inherited from interface OidBasedEnum

    getOid

    Methods inherited from interface OidDescription

    getDescription
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
      Logger
    • UNKNOWN_METHOD

      static final String UNKNOWN_METHOD
      Defines a description for an unknown method by the current implementation
      See Also:
  • Method Details