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

public class PKITSPSource extends KeyEntityTSPSource
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:
  • Constructor Details

    • PKITSPSource

      public PKITSPSource(CertEntity certEntity)
      Constructs a new PkiTSPSource instance with the specified certificate entity.
      Parameters:
      certEntity - The certificate entity associated with the TSP source.