Class QCStatementCondition

java.lang.Object
eu.europa.esig.dss.tsl.dto.condition.QCStatementCondition
All Implemented Interfaces:
eu.europa.esig.dss.model.tsl.Condition, Serializable

public class QCStatementCondition extends Object implements eu.europa.esig.dss.model.tsl.Condition
This class contains an information extracted for a certificate equivalence condition
See Also:
  • Constructor Details

    • QCStatementCondition

      public QCStatementCondition(String oid, String type, String legislation)
      Default constructor
      Parameters:
      oid - String QcStatement OID, when present
      type - String QcType OID, when present
      legislation - String QcCClegislation code, when present
  • Method Details

    • getOid

      public String getOid()
      Gets the QcStatement OID
      Returns:
      String
    • getType

      public String getType()
      Gets the QcType OID
      Returns:
      String
    • getLegislation

      public String getLegislation()
      Gets the QcCClegislation code
      Returns:
      String
    • check

      public boolean check(eu.europa.esig.dss.model.x509.CertificateToken certificateToken)
      Specified by:
      check in interface eu.europa.esig.dss.model.tsl.Condition
    • toString

      public String toString(String indent)
      Specified by:
      toString in interface eu.europa.esig.dss.model.tsl.Condition
    • toString

      public String toString()
      Overrides:
      toString in class Object