Uses of Interface
eu.europa.esig.dss.spi.x509.tsp.TSPSource
-
Uses of TSPSource in eu.europa.esig.dss.cades.signature
Fields in eu.europa.esig.dss.cades.signature declared as TSPSource Modifier and Type Field Description protected TSPSource
CAdESSignatureExtension. tspSource
The TSPSource to request a timestamp (T- and LTA-levels)protected TSPSource
CAdESSignatureExtension. tspSource
The TSPSource to request a timestamp (T- and LTA-levels)protected TSPSource
CAdESSignatureExtension. tspSource
The TSPSource to request a timestamp (T- and LTA-levels)Constructors in eu.europa.esig.dss.cades.signature with parameters of type TSPSource Constructor Description CAdESLevelBaselineLT(TSPSource tspSource, CertificateVerifier certificateVerifier)
The default constructor.CAdESLevelBaselineLTA(TSPSource tspSource, CertificateVerifier certificateVerifier)
The default constructorCAdESLevelBaselineT(TSPSource tspSource)
The default constructor -
Uses of TSPSource in eu.europa.esig.dss.jades.signature
Fields in eu.europa.esig.dss.jades.signature declared as TSPSource Modifier and Type Field Description protected TSPSource
JAdESLevelBaselineT. tspSource
The object encapsulating the Time Stamp Protocol needed to create the level -T, of the signatureMethods in eu.europa.esig.dss.jades.signature with parameters of type TSPSource Modifier and Type Method Description void
JAdESLevelBaselineT. setTspSource(TSPSource tspSource)
Sets the TSP source to be used when extending the digital signature -
Uses of TSPSource in eu.europa.esig.dss.pades.timestamp
Constructors in eu.europa.esig.dss.pades.timestamp with parameters of type TSPSource Constructor Description PAdESTimestampService(TSPSource tspSource, PDFSignatureService pdfSignatureService)
The default constructor -
Uses of TSPSource in eu.europa.esig.dss.service.tsp
Classes in eu.europa.esig.dss.service.tsp that implement TSPSource Modifier and Type Class Description class
OnlineTSPSource
Class encompassing a RFC 3161 TSA, accessed through HTTP(S) to a given URI -
Uses of TSPSource in eu.europa.esig.dss.signature
Fields in eu.europa.esig.dss.signature declared as TSPSource Modifier and Type Field Description protected TSPSource
AbstractSignatureService. tspSource
The TSPSourse to use for timestamp requestsMethods in eu.europa.esig.dss.signature with parameters of type TSPSource Modifier and Type Method Description void
AbstractSignatureService. setTspSource(TSPSource tspSource)
void
DocumentSignatureService. setTspSource(TSPSource tspSource)
This setter allows to define the TSP (timestamp provider) source. -
Uses of TSPSource in eu.europa.esig.dss.spi.x509.tsp
Classes in eu.europa.esig.dss.spi.x509.tsp that implement TSPSource Modifier and Type Class Description class
CompositeTSPSource
This class allows to retrieve a timestamp with different sources.Method parameters in eu.europa.esig.dss.spi.x509.tsp with type arguments of type TSPSource Modifier and Type Method Description void
CompositeTSPSource. setTspSources(Map<String,TSPSource> tspSources)
This setter allows to provide multiple tspSources. -
Uses of TSPSource in eu.europa.esig.dss.ws.timestamp.remote
Methods in eu.europa.esig.dss.ws.timestamp.remote with parameters of type TSPSource Modifier and Type Method Description void
RemoteTimestampService. setTSPSource(TSPSource tspSource)
Sets the TSP Source -
Uses of TSPSource in eu.europa.esig.dss.xades.signature
Fields in eu.europa.esig.dss.xades.signature declared as TSPSource Modifier and Type Field Description protected TSPSource
XAdESLevelBaselineT. tspSource
The object encapsulating the Time Stamp Protocol needed to create the level -T, of the signatureMethods in eu.europa.esig.dss.xades.signature with parameters of type TSPSource Modifier and Type Method Description void
XAdESLevelBaselineT. setTspSource(TSPSource tspSource)
Sets the TSP source to be used when extending the digital signatureConstructors in eu.europa.esig.dss.xades.signature with parameters of type TSPSource Constructor Description AllDataObjectsTimeStampBuilder(TSPSource tspSource, XAdESSignatureParameters signatureParameters)
Default constructor