Package com.pdftools.signaturevalidation
Class CmsSignatureContent
java.lang.Object
com.pdftools.internal.NativeBase
com.pdftools.internal.NativeObject
com.pdftools.signaturevalidation.SignatureContent
com.pdftools.signaturevalidation.CmsSignatureContent
The data and validation result of the cryptographic signature
-
Method Summary
Modifier and TypeMethodDescriptionThe certificate chain of the signing certificate (Getter)The hash algorithm used to calculate the signature's message digest (Getter)The signing certificate (Getter)The data and validation result of the embedded time-stamp (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)
-
getTimeStamp
The data and validation result of the embedded time-stamp (Getter)
-
getSigningCertificate
The signing certificate (Getter)
-
getCertificateChain
The certificate chain of the signing certificate (Getter)
-