Package eu.europa.esig.dss.pki.x509.tsp
Class PKITSPSource
java.lang.Object
eu.europa.esig.dss.spi.x509.tsp.KeyEntityTSPSource
eu.europa.esig.dss.pki.x509.tsp.PKITSPSource
- All Implemented Interfaces:
TSPSource
,Serializable
A class that represents a PKI Time Stamp Protocol (TSP) source extending the KeyEntityTSPSource.
It provides functionality to generate time-stamp responses for given digest algorithms and digests.
- See Also:
-
Field Summary
Fields inherited from class eu.europa.esig.dss.spi.x509.tsp.KeyEntityTSPSource
productionTime
-
Constructor Summary
ConstructorDescriptionPKITSPSource
(CertEntity certEntity) Constructs a new PkiTSPSource instance with the specified certificate entity. -
Method Summary
Methods inherited from class eu.europa.esig.dss.spi.x509.tsp.KeyEntityTSPSource
buildResponse, createRequest, generateResponse, getProductionTime, getSignatureAlgorithm, getSignedAttributeGenerator, getTimestampBinary, getTimeStampResponse, getTimeStampSerialNumber, initResponseGenerator, setAcceptedDigestAlgorithms, setCertificate, setCertificateChain, setDigestAlgorithm, setEncryptionAlgorithm, setMaskGenerationFunction, setPrivateKey, setProductionTime, setTsaPolicy
-
Constructor Details
-
PKITSPSource
Constructs a new PkiTSPSource instance with the specified certificate entity.- Parameters:
certEntity
- The certificate entity associated with the TSP source.
-