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()BuildsTrustServiceStatusAndInformationExtensionsMethods 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 withTrustServiceStatusAndInformationExtensionsConstructor 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 TypeMethodDescriptionbooleanGrantedOrRecognizedAtNationalLevelTrustAnchorPeriodPredicate.test(TrustServiceStatusAndInformationExtensions trustServiceStatusAndInformationExtensions) booleanGrantedTrustAnchorPeriodPredicate.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 filteringTrustServiceStatusAndInformationExtensionsin 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 TypeMethodDescriptionvoidTLSource.setTrustAnchorValidityPredicate(Predicate<TrustServiceStatusAndInformationExtensions> trustAnchorValidityPredicate) Sets a predicate allowing to filterTrustServiceStatusAndInformationExtensionsin order to define an acceptability period of a corresponding SDI as a trust anchor.