Interface QCType

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

public interface QCType extends OidDescription
Defines QC Type OID identifiers
  • Field Summary

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

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

    Methods inherited from interface eu.europa.esig.dss.enumerations.OidBasedEnum

    getOid

    Methods inherited from interface eu.europa.esig.dss.enumerations.OidDescription

    getDescription
  • Field Details

    • LOG

      static final org.slf4j.Logger LOG
      Logger
    • UNKNOWN_TYPE

      static final String UNKNOWN_TYPE
      Defines a description for a type unknown by the current implementation
      See Also:
  • Method Details

    • fromOid

      static QCType fromOid(String oid)
      Returns a QCType by the given OID, if exists
      Parameters:
      oid - String to get QCType for
      Returns:
      QCType if exists, NULL otherwise