Package eu.europa.esig.dss.tsl.function
Class GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
java.lang.Object
eu.europa.esig.dss.tsl.function.GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
- All Implemented Interfaces:
TrustAnchorPeriodPredicate
,Predicate<TrustServiceStatusAndInformationExtensions>
public class GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
extends Object
implements TrustAnchorPeriodPredicate
Verifies whether the given ServiceInformation or ServiceHistoryInstance has a granted status (before and after eIDAS)
or recognized or valid at national level
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor -
Method Summary
Modifier and TypeMethodDescriptionboolean
test
(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions)
-
Constructor Details
-
GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
public GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate()Default constructor
-
-
Method Details
-
test
public boolean test(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions) - Specified by:
test
in interfacePredicate<TrustServiceStatusAndInformationExtensions>
-