Package com.pdftools.signaturevalidation
Class TimeStampContent
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.signaturevalidation.SignatureContent
-
- com.pdftools.signaturevalidation.TimeStampContent
-
public class TimeStampContent extends SignatureContent
The data and validation result of the cryptographic time-stamp
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CertificateChaingetCertificateChain()The certificate chain of the signing certificate (Getter)java.time.OffsetDateTimegetDate()The time-stamp time (Getter)HashAlgorithmgetHashAlgorithm()The hash algorithm used to calculate the signature's message digest (Getter)CertificategetSigningCertificate()The signing certificate (Getter)java.time.OffsetDateTimegetValidationTime()The time at which the signature has been validated (Getter)java.util.EnumSet<TimeSource>getValidationTimeSource()The source for the validation time (Getter)-
Methods inherited from class com.pdftools.signaturevalidation.SignatureContent
getValidity
-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getValidationTime
public java.time.OffsetDateTime getValidationTime()
The time at which the signature has been validated (Getter)
-
getValidationTimeSource
public java.util.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 java.time.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)
-
-