| Changed Methods |
SignatureValidator
buildSignatureValidator(
PdfDocument)
|
Documentation changed from old to new. |
Create a new SignatureValidator instance with the current configuration. |
ValidatorChainBuilder
withAdESReportAggregator(
AdESReportAggregator)
|
Documentation changed from old to new. |
Use this AdES report aggregator to enable AdES compliant report generation. |
ValidatorChainBuilder
withCRLValidatorFactory(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of CRLValidator for use in the validation chain. |
ValidatorChainBuilder
withCertificateChainValidatorFactory(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of CertificateChainValidator for use in the validation chain. |
ValidatorChainBuilder
withCrlClient(
Supplier)
|
Documentation changed from old to new. |
Use this factory to create instances of ICrlClient for use in the validation chain. |
ValidatorChainBuilder
withDocumentRevisionsValidatorFactory(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of DocumentRevisionsValidator for use in the validation chain. |
ValidatorChainBuilder
withIssuingCertificateRetrieverFactory(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of IssuingCertificateRetriever for use in the validation chain. |
ValidatorChainBuilder
withKnownCertificates(
Collection)
|
Documentation changed from old to new. |
Adds known certificates to the IssuingCertificateRetriever. |
ValidatorChainBuilder
withOCSPValidatorFactory(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of OCSPValidator for use in the validation chain. |
ValidatorChainBuilder
withOcspClient(
Supplier)
|
Documentation changed from old to new. |
Use this factory to create instances of IOcspClientBouncyCastle for use in the validation chain. |
ValidatorChainBuilder
withResourceRetriever(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of IResourceRetriever for use in the validation chain. |
ValidatorChainBuilder
withRevocationDataValidatorFactory(
Supplier)
|
Documentation changed from old to new. |
Use this factory method to create instances of RevocationDataValidator for use in the validation chain. |
ValidatorChainBuilder
withSignatureValidationProperties(
SignatureValidationProperties)
|
Documentation changed from old to new. |
Use this instance of a SignatureValidationProperties in the validation chain. |
ValidatorChainBuilder
withTrustedCertificates(
Collection)
|
Documentation changed from old to new. |
Sets the trusted certificates to the IssuingCertificateRetriever. |