Module jpms_dss_tsl_validation
Package eu.europa.esig.dss.tsl.function
Class GrantedTrustAnchorPeriodPredicate
java.lang.Object
eu.europa.esig.dss.tsl.function.GrantedTrustAnchorPeriodPredicate
- All Implemented Interfaces:
TrustAnchorPeriodPredicate,Predicate<eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions>
This class verifies whether a corresponding ServiceInformation or ServiceHistoryInstance has a granted status
(before and after eIDAS)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleantest(eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions)
-
Constructor Details
-
GrantedTrustAnchorPeriodPredicate
public GrantedTrustAnchorPeriodPredicate()Default constructor
-
-
Method Details