| 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.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.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 |
|---|---|
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. |
Copyright © 1998–2023 Apryse Group NV. All rights reserved.