Uses of Class
eu.europa.esig.dss.spi.tsl.TrustServiceProvider
-
Uses of TrustServiceProvider in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return TrustServiceProvider Modifier and Type Method Description TrustServiceProvider
TrustProperties. getTrustServiceProvider()
Methods in eu.europa.esig.dss.spi.tsl that return types with arguments of type TrustServiceProvider Modifier and Type Method Description List<TrustServiceProvider>
ParsingInfoRecord. getTrustServiceProviders()
Constructors in eu.europa.esig.dss.spi.tsl with parameters of type TrustServiceProvider Constructor Description TrustProperties(Identifier lotlId, Identifier tlId, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService)
Constructor for extracted information from trusted list which is linked to a LOTLTrustProperties(Identifier tlId, TrustServiceProvider trustServiceProvider, TimeDependentValues<TrustServiceStatusAndInformationExtensions> trustService)
Constructor for extracted information from an "independent" trusted list -
Uses of TrustServiceProvider in eu.europa.esig.dss.spi.tsl.builder
Methods in eu.europa.esig.dss.spi.tsl.builder that return TrustServiceProvider Modifier and Type Method Description TrustServiceProvider
TrustServiceProviderBuilder. build()
Constructors in eu.europa.esig.dss.spi.tsl.builder with parameters of type TrustServiceProvider Constructor Description TrustServiceProviderBuilder(TrustServiceProvider original)
Copy the original object -
Uses of TrustServiceProvider in eu.europa.esig.dss.tsl.dto
Methods in eu.europa.esig.dss.tsl.dto that return types with arguments of type TrustServiceProvider Modifier and Type Method Description List<TrustServiceProvider>
ParsingCacheDTO. getTrustServiceProviders()
Method parameters in eu.europa.esig.dss.tsl.dto with type arguments of type TrustServiceProvider Modifier and Type Method Description void
ParsingCacheDTO. setTrustServiceProviders(List<TrustServiceProvider> trustServiceProviders)
-
Uses of TrustServiceProvider in eu.europa.esig.dss.tsl.function.converter
Methods in eu.europa.esig.dss.tsl.function.converter that return TrustServiceProvider Modifier and Type Method Description TrustServiceProvider
TrustServiceProviderConverter. apply(TSPType original)
-
Uses of TrustServiceProvider in eu.europa.esig.dss.tsl.parsing
Methods in eu.europa.esig.dss.tsl.parsing that return types with arguments of type TrustServiceProvider Modifier and Type Method Description List<TrustServiceProvider>
TLParsingResult. getTrustServiceProviders()
Method parameters in eu.europa.esig.dss.tsl.parsing with type arguments of type TrustServiceProvider Modifier and Type Method Description void
TLParsingResult. setTrustServiceProviders(List<TrustServiceProvider> trustServiceProviders)