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
The data and validation result of the cryptographic time-stamp
-
Method Summary
Modifier and TypeMethodDescriptionThe certificate chain of the signing certificate (Getter)getDate()The time-stamp time (Getter)The hash algorithm used to calculate the signature's message digest (Getter)The signing certificate (Getter)The time at which the signature has been validated (Getter)The source for the validation time (Getter)Methods inherited from class com.pdftools.signaturevalidation.SignatureContent
getValidityMethods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
Method Details
-
getValidationTime
The time at which the signature has been validated (Getter)
-
getValidationTimeSource
The source for the validation time (Getter)
-
getHashAlgorithm
The hash algorithm used to calculate the signature's message digest (Getter)
-
getDate
The time-stamp time (Getter)
-
getSigningCertificate
The signing certificate (Getter)
-
getCertificateChain
The certificate chain of the signing certificate (Getter)
-