Package com.pdftools.signaturevalidation
Class ConstraintResult
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.signaturevalidation.ConstraintResult
-
public class ConstraintResult extends NativeObject
The result of a constraint validation.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Indication
getIndication()
The main indication (Getter)java.lang.String
getMessage()
The validation message (Getter)SubIndication
getSubIndication()
The sub indication (Getter)-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
The validation message (Getter)
-
getIndication
public Indication getIndication()
The main indication (Getter)
-
getSubIndication
public SubIndication getSubIndication()
The sub indication (Getter)
-
-