Class QCStatementCondition
java.lang.Object
eu.europa.esig.dss.tsl.dto.condition.QCStatementCondition
- All Implemented Interfaces:
Condition
,Serializable
This class contains an information extracted for a certificate equivalence condition
- See Also:
-
Constructor Summary
ConstructorDescriptionQCStatementCondition
(String oid, String type, String legislation) Default constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
check
(CertificateToken certificateToken) Returns true if the condition is evaluated to true for the given certificate.Gets the QcCClegislation codegetOid()
Gets the QcStatement OIDgetType()
Gets the QcType OIDtoString()
Returns a string representation of the condition
-
Constructor Details
-
Method Details
-
getOid
Gets the QcStatement OID- Returns:
String
-
getType
Gets the QcType OID- Returns:
String
-
getLegislation
Gets the QcCClegislation code- Returns:
String
-
check
Description copied from interface:Condition
Returns true if the condition is evaluated to true for the given certificate. -
toString
Description copied from interface:Condition
Returns a string representation of the condition -
toString
-