| Package | Description |
|---|---|
| com.itextpdf.signatures |
| Modifier and Type | Method and Description |
|---|---|
SignerProperties |
SignerProperties.setCertificationLevel(int certificationLevel)
Sets the document's certification level.
|
SignerProperties |
SignerProperties.setContact(String contact)
Sets the signing contact.
|
SignerProperties |
SignerProperties.setFieldLockDict(PdfSigFieldLock fieldLock)
Setter for the field lock dictionary.
|
SignerProperties |
SignerProperties.setFieldName(String fieldName)
Sets the name indicating the field to be signed.
|
SignerProperties |
SignerProperties.setLocation(String location)
Sets the signing location.
|
SignerProperties |
SignerProperties.setPageNumber(int pageNumber)
Sets the page number of the signature field which this signature
appearance is associated with.
|
SignerProperties |
SignerProperties.setPageRect(Rectangle pageRect)
Sets the rectangle that represent the position and dimension of
the signature field in the page.
|
SignerProperties |
SignerProperties.setReason(String reason)
Sets the signing reason.
|
SignerProperties |
SignerProperties.setSignatureAppearance(SignatureFieldAppearance appearance)
Sets the signature field layout element to customize the appearance of the signature.
|
SignerProperties |
SignerProperties.setSignatureCreator(String signatureCreator)
Sets the name of the application used to create the signature.
|
SignerProperties |
SignerProperties.setSignDate(Calendar signDate)
Sets the signature date.
|
| Modifier and Type | Method and Description |
|---|---|
CMSContainer |
PadesTwoPhaseSigningHelper.createCMSContainerWithoutSignature(Certificate[] certificates,
String digestAlgorithm,
PdfReader inputDocument,
OutputStream outputStream,
SignerProperties signerProperties)
Creates CMS container compliant with PAdES level.
|
byte[] |
PdfTwoPhaseSigner.prepareDocumentForSignature(SignerProperties signerProperties,
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,
Certificate[] chain,
IExternalSignature externalSignature)
Sign the document provided in
PdfSigner instance with PaDES Baseline-B Profile. |
void |
PdfPadesSigner.signWithBaselineBProfile(SignerProperties signerProperties,
Certificate[] chain,
PrivateKey privateKey)
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.signWithBaselineLTAProfile(SignerProperties signerProperties,
Certificate[] chain,
PrivateKey privateKey,
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.signWithBaselineLTProfile(SignerProperties signerProperties,
Certificate[] chain,
PrivateKey privateKey,
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. |
void |
PdfPadesSigner.signWithBaselineTProfile(SignerProperties signerProperties,
Certificate[] chain,
PrivateKey privateKey,
ITSAClient tsaClient)
Sign the document provided in
PdfSigner instance with PaDES Baseline-T Profile. |
| Constructor and Description |
|---|
PdfSigner(PdfReader reader,
OutputStream outputStream,
String path,
StampingProperties stampingProperties,
SignerProperties signerProperties)
Creates a PdfSigner instance.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.