Package eu.europa.esig.dss.tsl.function
Class GrantedTrustAnchorPeriodPredicate
java.lang.Object
eu.europa.esig.dss.tsl.function.GrantedTrustAnchorPeriodPredicate
- All Implemented Interfaces:
TrustAnchorPeriodPredicate
,Predicate<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 TypeMethodDescriptionboolean
test
(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions)
-
Constructor Details
-
GrantedTrustAnchorPeriodPredicate
public GrantedTrustAnchorPeriodPredicate()Default constructor
-
-
Method Details
-
test
public boolean test(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions) - Specified by:
test
in interfacePredicate<TrustServiceStatusAndInformationExtensions>
-