Uses of Class
eu.europa.esig.dss.model.tsl.TrustServiceStatusAndInformationExtensions
Packages that use TrustServiceStatusAndInformationExtensions
Package
Description
-
Uses of TrustServiceStatusAndInformationExtensions in eu.europa.esig.dss.model.tsl
Methods in eu.europa.esig.dss.model.tsl that return TrustServiceStatusAndInformationExtensionsModifier and TypeMethodDescriptionTrustServiceStatusAndInformationExtensions.TrustServiceStatusAndInformationExtensionsBuilder.build()
BuildsTrustServiceStatusAndInformationExtensions
Methods in eu.europa.esig.dss.model.tsl that return types with arguments of type TrustServiceStatusAndInformationExtensionsModifier and TypeMethodDescriptionTrustService.getStatusAndInformationExtensions()
Gets status based on timeTrustProperties.getTrustService()
Gets trust serviceMethod parameters in eu.europa.esig.dss.model.tsl with type arguments of type TrustServiceStatusAndInformationExtensionsModifier and TypeMethodDescriptionTrustService.TrustServiceBuilder.setStatusAndInformationExtensions
(TimeDependentValues<TrustServiceStatusAndInformationExtensions> status) Sets a statusConstructors in eu.europa.esig.dss.model.tsl with parameters of type TrustServiceStatusAndInformationExtensionsModifierConstructorDescriptionTrustServiceStatusAndInformationExtensionsBuilder
(TrustServiceStatusAndInformationExtensions status) Constructor withTrustServiceStatusAndInformationExtensions
Constructor parameters in eu.europa.esig.dss.model.tsl with type arguments of type TrustServiceStatusAndInformationExtensionsModifierConstructorDescriptionTrustProperties
(LOTLInfo lotlInfo, TLInfo tlInfo, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService) Constructor to create a TrustProperties object linked to a LOTL with MRATrustProperties
(TLInfo tlInfo, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService) Constructor for extracted information from an "independent" trusted listTrustService
(List<CertificateToken> certificates, TimeDependentValues<TrustServiceStatusAndInformationExtensions> status) Default constructor -
Uses of TrustServiceStatusAndInformationExtensions in eu.europa.esig.dss.tsl.function
Methods in eu.europa.esig.dss.tsl.function with parameters of type TrustServiceStatusAndInformationExtensionsModifier and TypeMethodDescriptionboolean
GrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate.test
(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions) boolean
GrantedTrustAnchorPeriodPredicate.test
(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions) -
Uses of TrustServiceStatusAndInformationExtensions in eu.europa.esig.dss.tsl.source
Methods in eu.europa.esig.dss.tsl.source that return types with arguments of type TrustServiceStatusAndInformationExtensionsModifier and TypeMethodDescriptionTLSource.getTrustAnchorValidityPredicate()
Gets a predicate for filteringTrustServiceStatusAndInformationExtensions
in order to define an acceptability period of a corresponding SDI as a trust anchor.Method parameters in eu.europa.esig.dss.tsl.source with type arguments of type TrustServiceStatusAndInformationExtensionsModifier and TypeMethodDescriptionvoid
TLSource.setTrustAnchorValidityPredicate
(Predicate<TrustServiceStatusAndInformationExtensions> trustAnchorValidityPredicate) Sets a predicate allowing to filterTrustServiceStatusAndInformationExtensions
in order to define an acceptability period of a corresponding SDI as a trust anchor.