Uses of Class
eu.europa.esig.dss.spi.util.TimeDependentValues
| Package | Description |
|---|---|
| eu.europa.esig.dss.spi.tsl | |
| eu.europa.esig.dss.spi.util |
-
Uses of TimeDependentValues in eu.europa.esig.dss.spi.tsl
Methods in eu.europa.esig.dss.spi.tsl that return TimeDependentValues Modifier and Type Method Description TimeDependentValues<TrustServiceStatusAndInformationExtensions>TrustService. getStatusAndInformationExtensions()TimeDependentValues<TrustServiceStatusAndInformationExtensions>TrustProperties. getTrustService()Methods in eu.europa.esig.dss.spi.tsl with parameters of type TimeDependentValues Modifier and Type Method Description TrustService.TrustServiceBuilderTrustService.TrustServiceBuilder. setStatusAndInformationExtensions(TimeDependentValues<TrustServiceStatusAndInformationExtensions> status)Constructors in eu.europa.esig.dss.spi.tsl with parameters of type TimeDependentValues 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 listTrustService(List<CertificateToken> certificates, TimeDependentValues<TrustServiceStatusAndInformationExtensions> status) -
Uses of TimeDependentValues in eu.europa.esig.dss.spi.util
Subclasses of TimeDependentValues in eu.europa.esig.dss.spi.util Modifier and Type Class Description classMutableTimeDependentValues<T extends TimeDependent>Mutable list of time-dependent values.