Package eu.europa.esig.dss.model.tsl
Interface Condition
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CertSubjectDNAttributeCondition,CompositeCondition,ExtendedKeyUsageCondition,KeyUsageCondition,PolicyIdCondition,QCStatementCondition
Represents a condition defined in the trusted list on a certificate.
-
Method Summary
Modifier and TypeMethodDescriptionbooleancheck(CertificateToken certificateToken) Returns true if the condition is evaluated to true for the given certificate.Returns a string representation of the condition
-
Method Details
-
check
Returns true if the condition is evaluated to true for the given certificate.- Parameters:
certificateToken-CertificateTokento be checked- Returns:
- true if the condition is filled
-
toString
-