Uses of Class
com.itextpdf.signatures.PadesTwoPhaseSigningHelper
-
Uses of PadesTwoPhaseSigningHelper in com.itextpdf.signatures
Modifier and TypeMethodDescriptionPadesTwoPhaseSigningHelper.setCrlClient
(ICrlClient crlClient) SetICrlClient
to be used for LTV Verification.PadesTwoPhaseSigningHelper.setEstimatedSize
(int estimatedSize) Set estimated size of a signature to be applied.PadesTwoPhaseSigningHelper.setIssuingCertificateRetriever
(IIssuingCertificateRetriever issuingCertificateRetriever) SetIIssuingCertificateRetriever
to be used before main signing operation.PadesTwoPhaseSigningHelper.setOcspClient
(IOcspClient ocspClient) SetIOcspClient
to be used for LTV Verification.PadesTwoPhaseSigningHelper.setStampingProperties
(StampingProperties stampingProperties) Set stamping properties to be used during main signing operation.PadesTwoPhaseSigningHelper.setTemporaryDirectoryPath
(String temporaryDirectoryPath) Set temporary directory to be used for temporary files creation.PadesTwoPhaseSigningHelper.setTimestampSignatureName
(String timestampSignatureName) Set the name to be used for timestamp signature creation.PadesTwoPhaseSigningHelper.setTrustedCertificates
(List<Certificate> certificateList) Set certificate list to be used by theIIssuingCertificateRetriever
to retrieve missing certificates.PadesTwoPhaseSigningHelper.setTSAClient
(ITSAClient tsaClient) SetITSAClient
to be used for timestamp signature creation.