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
-
QCStatementCondition
-
-
Method Details
-
getOid
-
getType
-
getLegislation
-
check
Description copied from interface:Condition
Returns true if the condition is evaluated to true for the given certificate. -
toString
-
toString
-