Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentSignatureXMLValidator |
MultiDocumentSignatureXMLValidator.hasSignatures()
This method checks that each of the given PDF documents has a signature.
|
MultiDocumentSignatureXMLValidator |
MultiDocumentValidator.hasSignatures()
This method verifies that each document of the given set of
PDF documents has one ore more signatures.
|
MultiDocumentSignatureXMLValidator |
MultiDocumentSignatureXMLValidator.matchingXML(java.io.File xmlFile)
This method compares the XML, given by the file, against the interally created
XML structure of signatures.
|
MultiDocumentSignatureXMLValidator |
MultiDocumentSignatureXMLValidator.matchingXML(java.lang.String filenameXML)
This method compares the XML, given by the file, against the interally created
XML structure of signatures.
|
MultiDocumentSignatureXMLValidator |
MultiDocumentSignatureXMLValidator.matchingXPath(XPathExpression xpath)
This method executes the XPath expression against the interally created
XML structure of signatures.
|
Copyright (C) PDFUnit.com. See here for license.