Module jpms_dss_tsl_validation
Package eu.europa.esig.dss.tsl.function
Class GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
java.lang.Object
eu.europa.esig.dss.tsl.function.GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
- All Implemented Interfaces:
TrustAnchorPeriodPredicate,Predicate<eu.europa.esig.dss.model.tsl.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 TypeMethodDescriptionbooleantest(eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions)
-
Constructor Details
-
GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate
public GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate()Default constructor
-
-
Method Details