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