Package com.pdftools.signaturevalidation
Class Validator.Constraint
java.lang.Object
java.util.EventObject
com.pdftools.signaturevalidation.Validator.Constraint
- All Implemented Interfaces:
Serializable
- Enclosing class:
Validator
Report the result of a constraint validation of
Validator.validate(com.pdftools.pdf.Document, com.pdftools.signaturevalidation.profiles.Profile, com.pdftools.signaturevalidation.SignatureSelector).- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionThe data part isnullfor constraints of the main signature and a path for constraints related to elements of the signature.The main indicationThe validation messageThe signature fieldThe sub indicationMethods inherited from class java.util.EventObject
getSource, toString
-
Method Details
-
getMessage
The validation message -
getIndication
The main indication -
getSubIndication
The sub indication -
getSignature
The signature field -
getDataPart
The data part is
nullfor constraints of the main signature and a path for constraints related to elements of the signature.Examples:
-
certificate:"Some Certificate": When validating a certificate "Some Certificate" of the main signature. -
time-stamp":Some TSA Responder"/certificate:"Intermediate TSA Responder Certificate": When validating a certificate "Intermediate TSA Responder Certificate" of the time-stamp embedded into the main signature.
-
-