private void |
PdfPadesSigner.performSignDetached(SignerProperties signerProperties,
boolean isFinal,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
ITSAClient tsaClient) |
|
private byte[] |
PadesTwoPhaseSigningHelper.setSignatureAlgorithmAndSignature(IExternalSignature externalSignature,
CMSContainer cmsContainer) |
|
void |
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineBProfile(IExternalSignature externalSignature,
PdfReader inputDocument,
java.io.OutputStream outputStream,
java.lang.String signatureFieldName,
CMSContainer cmsContainer) |
Follow-up step that signs prepared document with PAdES Baseline-B profile.
|
void |
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineLTAProfile(IExternalSignature externalSignature,
PdfReader inputDocument,
java.io.OutputStream outputStream,
java.lang.String signatureFieldName,
CMSContainer cmsContainer) |
Follow-up step that signs prepared document with PAdES Baseline-LTA profile.
|
void |
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineLTProfile(IExternalSignature externalSignature,
PdfReader inputDocument,
java.io.OutputStream outputStream,
java.lang.String signatureFieldName,
CMSContainer cmsContainer) |
Follow-up step that signs prepared document with PAdES Baseline-LT profile.
|
void |
PadesTwoPhaseSigningHelper.signCMSContainerWithBaselineTProfile(IExternalSignature externalSignature,
PdfReader inputDocument,
java.io.OutputStream outputStream,
java.lang.String signatureFieldName,
CMSContainer cmsContainer) |
Follow-up step that signs prepared document with PAdES Baseline-T profile.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
ISignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
ISignaturePolicyIdentifier signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
java.util.Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
SignaturePolicyInfo signaturePolicy) |
Signs the document using the detached mode, CMS or CAdES equivalent.
|
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.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.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.signWithBaselineTProfile(SignerProperties signerProperties,
java.security.cert.Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient) |
Sign the document provided in PdfSigner instance with PaDES Baseline-T Profile.
|