Package | Description |
---|---|
com.pdfunit.validators |
Classes implementing validations on specific topics of PDF.
|
Modifier and Type | Method and Description |
---|---|
CertificateFieldValidator |
CertificateFieldValidator.validFor(java.util.Calendar calendar)
Verifying that the date, given by the parameter, lies between the first day of validity and
the last day of validity.
|
CertificateFieldValidator |
CertificateFieldValidator.validForCurrentDate()
Verifying that the current date lies between the first day of validity and
the last day of validity.
|
CertificateFieldValidator |
CertificateFieldValidator.validFrom(java.util.Calendar expectedFirstValidDay)
This method verifies that the current signature is valid from that date, given
by the parameter.
|
CertificateFieldValidator |
CertificateFieldValidator.validUntil(java.util.Calendar expectedLastValidDay)
This method verifies that the current signature is valid until that date, given
by the parameter.
|
CertificateFieldValidator |
SignatureValidator.withCertificate()
This method prepares the validation for individual fields of a certicate.
|
CertificateFieldValidator |
CertificateFieldValueValidator.withValue(java.lang.String expectedValue)
Validate the value of the current field.
|
Modifier and Type | Method and Description |
---|---|
void |
MultiDocumentCertificateFieldValidator.add(CertificateFieldValidator certificateValidator) |
Constructor and Description |
---|
CertificateFieldValueValidator(java.lang.String fieldName,
java.lang.String fieldValue,
com.pdfunit.internal.spi.IDocument testDocument,
java.lang.String signatureName,
CertificateFieldValidator backReference) |
Copyright (C) PDFUnit.com. See here for license.