Uses of Class
com.itextpdf.signatures.cms.CMSContainer
-
Uses of CMSContainer in com.itextpdf.signatures
Modifier and TypeMethodDescriptionPadesTwoPhaseSigningHelper.createCMSContainerWithoutSignature
(Certificate[] certificates, String digestAlgorithm, PdfReader inputDocument, OutputStream outputStream, SignerProperties signerProperties) Creates CMS container compliant with PAdES level.Modifier and TypeMethodDescriptionstatic void
PdfTwoPhaseSigner.addSignatureToPreparedDocument
(PdfDocument document, String fieldName, OutputStream outs, CMSContainer cmsContainer) Adds an existing signature to a PDF where space was already reserved.void
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineBProfile
(IExternalSignature externalSignature, PdfReader inputDocument, OutputStream outputStream, String signatureFieldName, CMSContainer cmsContainer) Follow-up step that signs prepared document with PAdES Baseline-B profile.void
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineLTAProfile
(IExternalSignature externalSignature, PdfReader inputDocument, OutputStream outputStream, String signatureFieldName, CMSContainer cmsContainer) Follow-up step that signs prepared document with PAdES Baseline-LTA profile.void
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineLTProfile
(IExternalSignature externalSignature, PdfReader inputDocument, OutputStream outputStream, String signatureFieldName, CMSContainer cmsContainer) Follow-up step that signs prepared document with PAdES Baseline-LT profile.void
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineTProfile
(IExternalSignature externalSignature, PdfReader inputDocument, OutputStream outputStream, String signatureFieldName, CMSContainer cmsContainer) Follow-up step that signs prepared document with PAdES Baseline-T profile.