Package com.pdftools.signaturevalidation
Class SignatureContent
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.signaturevalidation.SignatureContent
-
- Direct Known Subclasses:
CmsSignatureContent
,TimeStampContent
,UnsupportedSignatureContent
public abstract class SignatureContent extends NativeObject
The data and validation result of the cryptographic signature
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ConstraintResult
getValidity()
Whether the cryptographic signature is valid according to the validation profile used (Getter)-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getValidity
public ConstraintResult getValidity()
Whether the cryptographic signature is valid according to the validation profile used (Getter)
-
-