byte[] |
PdfPKCS7.getEncodedPKCS7(byte[] secondDigest,
PdfSigner.CryptoStandard sigtype,
ITSAClient tsaClient,
java.util.Collection<byte[]> ocsp,
java.util.Collection<byte[]> crlBytes) |
Gets the bytes for the PKCS7SignedData object.
|
private void |
PdfPadesSigner.performSignDetached(SignerProperties signerProperties,
boolean isFinal,
IExternalSignature externalSignature,
java.security.cert.Certificate[] chain,
ITSAClient tsaClient) |
|
(package private) void |
PdfPadesSigner.performTimestamping(PdfDocument document,
java.io.OutputStream outputStream,
ITSAClient tsaClient) |
|
void |
PdfPadesSigner.prolongSignatures(ITSAClient tsaClient) |
Add revocation information for all the signatures which could be found in the provided document.
|
void |
PKCS7ExternalSignatureContainer.setTsaClient(ITSAClient tsaClient) |
Set the TsaClient if you want a TSA timestamp added to the signature
|
PadesTwoPhaseSigningHelper |
PadesTwoPhaseSigningHelper.setTSAClient(ITSAClient tsaClient) |
Set ITSAClient to be used for timestamp signature creation.
|
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.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.
|
void |
PdfSigner.timestamp(ITSAClient tsa,
java.lang.String signatureName) |
Signs a document with a PAdES-LTV Timestamp.
|