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 TSPSourceCAdESSignatureExtension. tspSourceThe TSPSource to request a timestamp (T- and LTA-levels)protected TSPSourceCAdESSignatureExtension. tspSourceThe TSPSource to request a timestamp (T- and LTA-levels)protected TSPSourceCAdESSignatureExtension. tspSourceThe 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 TSPSourceJAdESLevelBaselineT. tspSourceThe 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 voidJAdESLevelBaselineT. 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 classOnlineTSPSourceClass 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 TSPSourceAbstractSignatureService. tspSourceThe TSPSourse to use for timestamp requestsMethods in eu.europa.esig.dss.signature with parameters of type TSPSource Modifier and Type Method Description voidAbstractSignatureService. setTspSource(TSPSource tspSource)voidDocumentSignatureService. 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 classCompositeTSPSourceThis 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 voidCompositeTSPSource. 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 voidRemoteTimestampService. 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 TSPSourceXAdESLevelBaselineT. tspSourceThe 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 voidXAdESLevelBaselineT. 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