| Package | Description |
|---|---|
| com.itextpdf.signatures |
| Modifier and Type | Class and Description |
|---|---|
class |
PrivateKeySignature
Implementation of the
IExternalSignature interface that
can be used when you have a PrivateKey object. |
| Modifier and Type | Method and Description |
|---|---|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
Certificate[] chain,
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,
Certificate[] chain,
Collection<ICrlClient> crlList,
IOcspClient ocspClient,
ITSAClient tsaClient,
int estimatedSize,
PdfSigner.CryptoStandard sigtype,
com.itextpdf.commons.bouncycastle.asn1.esf.ISignaturePolicyIdentifier signaturePolicy)
Signs the document using the detached mode, CMS or CAdES equivalent.
|
void |
PdfSigner.signDetached(IExternalDigest externalDigest,
IExternalSignature externalSignature,
Certificate[] chain,
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,
Certificate[] chain,
IExternalSignature externalSignature)
Sign the document provided in
PdfSigner instance with PaDES Baseline-B Profile. |
void |
PdfPadesSigner.signWithBaselineLTAProfile(SignerProperties signerProperties,
Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient)
Sign the document provided in
PdfSigner instance with PaDES Baseline-LTA Profile. |
void |
PdfPadesSigner.signWithBaselineLTProfile(SignerProperties signerProperties,
Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient)
Sign the document provided in
PdfSigner instance with PaDES Baseline-LT Profile. |
void |
PdfPadesSigner.signWithBaselineTProfile(SignerProperties signerProperties,
Certificate[] chain,
IExternalSignature externalSignature,
ITSAClient tsaClient)
Sign the document provided in
PdfSigner instance with PaDES Baseline-T Profile. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.