Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.coveringWholeDocument()
This method verifies for each document that the current signature covers the
whole document.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.hasSignature(java.lang.String signatureName)
This method checks that each given PDF document has a signature with
the given name.
|
MultiDocumentSignatureValidator |
MultiDocumentValidator.hasSignature(java.lang.String signatureName)
This method verifies that each document of the given set of PDF documents
has a signature with the given name.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.withNumberOfRevisions(int expectedNumberOfRevision)
Verifying for each PDF document that the number of revisions of the current
signature is the same, as the expected number given by the parameter.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.withReason(java.lang.String expectedReason)
This method checks for each PDF document that the reason, described by the current
signature, is the same as the expected reason.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.withRevision(int expectedRevisionNumber)
Verifying for each PDF document that the revision of the current signature
is the same as the given parameter.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.withSigningDate(java.util.Calendar expectedSigningDate)
This method verifies for each given PDF documents that the signing date
of the current signature is the same as the given parameter.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.withSigningDate(java.util.Calendar expectedSigningDate,
DateResolution dateResolution)
This method verifies for each PDF document that the signing date of the current
signature is the same as the given parameter.
|
MultiDocumentSignatureValidator |
MultiDocumentSignatureValidator.withSigningName(java.lang.String expectedName)
This method checks that a signature with the expected name exists
for each given documents.
|
Copyright (C) PDFUnit.com. See here for license.