CMSContainer |
PadesTwoPhaseSigningHelper.createCMSContainerWithoutSignature(java.security.cert.Certificate[] certificates,
java.lang.String digestAlgorithm,
PdfReader inputDocument,
java.io.OutputStream outputStream,
SignerProperties signerProperties) |
Creates CMS container compliant with PAdES level.
|
(package private) PdfSigner |
PdfPadesSigner.createPdfSigner(SignerProperties signerProperties,
boolean isFinal) |
|
(package private) PdfSigner |
PdfTwoPhaseSigner.createPdfSigner(SignerProperties signerProperties) |
|
private void |
PdfPadesSigner.performSignDetached(SignerProperties signerProperties,
boolean isFinal,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
ITSAClient tsaClient) |
|
byte[] |
PdfTwoPhaseSigner.prepareDocumentForSignature(SignerProperties signerProperties,
java.lang.String digestAlgorithm,
PdfName filter,
PdfName subFilter,
int estimatedSize,
boolean includeDate) |
Prepares document for signing, calculates the document digest to sign and closes the document.
|
void |
PdfPadesSigner.signWithBaselineBProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
IExternalSignature externalSignature) |
Sign the document provided in PdfSigner instance with PaDES Baseline-B Profile.
|
void |
PdfPadesSigner.signWithBaselineBProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
java.security.PrivateKey privateKey) |
Sign the document provided in PdfSigner instance with PaDES Baseline-B Profile.
|
void |
PdfPadesSigner.signWithBaselineLTAProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-LTA Profile.
|
void |
PdfPadesSigner.signWithBaselineLTAProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
java.security.PrivateKey privateKey,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-LTA Profile.
|
void |
PdfPadesSigner.signWithBaselineLTProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-LT Profile.
|
void |
PdfPadesSigner.signWithBaselineLTProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
java.security.PrivateKey privateKey,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-LT Profile.
|
void |
PdfPadesSigner.signWithBaselineTProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-T Profile.
|
void |
PdfPadesSigner.signWithBaselineTProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
java.security.PrivateKey privateKey,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-T Profile.
|