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. tspSourceprotected TSPSourceCAdESSignatureExtension. tspSourceprotected TSPSourceCAdESSignatureExtension. tspSourceConstructors 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 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. tspSourceMethods 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) -
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. tspSourceMethods 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, XAdESTimestampParameters timestampParameters)