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
protected TSPSource
CAdESSignatureExtension. tspSource
protected TSPSource
CAdESSignatureExtension. tspSource
Constructors in eu.europa.esig.dss.cades.signature with parameters of type TSPSource Constructor Description CAdESLevelBaselineLT(TSPSource tspSource, CertificateVerifier certificateVerifier, boolean onlyLastSigner)
CAdESLevelBaselineLTA(TSPSource tspSource, CertificateVerifier certificateVerifier, boolean onlyLastSigner)
CAdESLevelBaselineT(TSPSource tspSource, boolean onlyLastCMSSignature)
-
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)
-
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
Methods 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)
-
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
Methods 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, XAdESTimestampParameters timestampParameters)