Uses of Class
eu.europa.esig.dss.spi.util.TimeDependentValues
-
Packages that use TimeDependentValues Package Description eu.europa.esig.dss.spi.tsl eu.europa.esig.dss.spi.util eu.europa.esig.dss.tsl -
-
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<ServiceInfoStatus>ServiceInfo. getStatus()Returns the status historyMethods in eu.europa.esig.dss.spi.tsl with parameters of type TimeDependentValues Modifier and Type Method Description voidServiceInfo. setStatus(TimeDependentValues<ServiceInfoStatus> status)Sets the status history -
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. -
Uses of TimeDependentValues in eu.europa.esig.dss.tsl
Methods in eu.europa.esig.dss.tsl that return TimeDependentValues Modifier and Type Method Description TimeDependentValues<TSLServiceStatusAndInformationExtensions>TSLService. getStatusAndInformationExtensions()Methods in eu.europa.esig.dss.tsl with parameters of type TimeDependentValues Modifier and Type Method Description voidTSLService. setStatusAndInformationExtensions(TimeDependentValues<TSLServiceStatusAndInformationExtensions> status)
-