Class TimeStampContent


public class TimeStampContent extends SignatureContent

The data and validation result of the cryptographic time-stamp

  • Method Details

    • getValidationTime

      public OffsetDateTime getValidationTime()

      The time at which the signature has been validated (Getter)

    • getValidationTimeSource

      public EnumSet<TimeSource> getValidationTimeSource()

      The source for the validation time (Getter)

    • getHashAlgorithm

      public HashAlgorithm getHashAlgorithm()

      The hash algorithm used to calculate the signature's message digest (Getter)

    • getDate

      public OffsetDateTime getDate()

      The time-stamp time (Getter)

    • getSigningCertificate

      public Certificate getSigningCertificate()

      The signing certificate (Getter)

    • getCertificateChain

      public CertificateChain getCertificateChain()

      The certificate chain of the signing certificate (Getter)