Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
SignatureFieldValidator |
SignatureFieldValidator.coveringWholeDocument()
Verifiying that the current signature covers the whole document.
|
SignatureFieldValidator |
DocumentValidator.hasSignatureField(java.lang.String fieldName)
This method checks that a signature field with the given name exists.
|
SignatureFieldValidator |
PageValidator.hasSignatureField(java.lang.String fieldName)
This method checks that a signature field with the given name exists.
|
SignatureFieldValidator |
SignatureFieldValidator.hasSignatureField(java.lang.String expectedFieldName)
This method checks that a signature field with the given name exists.
|
SignatureFieldValidator |
SignatureFieldValidator.signedBy(java.lang.String expectedName)
This method validates that the name of the current signature is the same as
the expected name.
|
SignatureFieldValidator |
SignatureFieldValidator.signedOn(java.util.Calendar expectedSigningDate)
This method verifies that the signing date of the signature of the current field
is the same as the given parameter.
|
SignatureFieldValidator |
SignatureFieldValidator.withoutSignature()
This method does what the name suggests.
|
SignatureFieldValidator |
SignatureFieldValidator.withReason(java.lang.String expectedReason)
This method verifies that the reason of the current signature is equals to the expected value.
|
SignatureFieldValidator |
SignatureFieldValidator.withSignature() |
Constructor and Description |
---|
MultiDocumentSignatureFieldValidator(java.util.Vector<SignatureFieldValidator> signatureFieldValidators) |
Copyright (C) PDFUnit.com. See here for license.