Uses of Class
com.itextpdf.signatures.SignerProperties
-
Uses of SignerProperties in com.itextpdf.signatures
Modifier and TypeMethodDescriptionSignerProperties.setCertificationLevel
(int certificationLevel) Sets the document's certification level.SignerProperties.setContact
(String contact) Sets the signing contact.SignerProperties.setFieldLockDict
(PdfSigFieldLock fieldLock) Setter for the field lock dictionary.SignerProperties.setFieldName
(String fieldName) Sets the name indicating the field to be signed.SignerProperties.setPageNumber
(int pageNumber) Sets the page number of the signature field which this signature appearance is associated with.SignerProperties.setPageRect
(Rectangle pageRect) Sets the rectangle that represent the position and dimension of the signature field in the page.SignerProperties.setSignatureAppearance
(SignatureFieldAppearance appearance) Sets the signature field layout element to customize the appearance of the signature.SignerProperties.setSignatureCreator
(String signatureCreator) Sets the name of the application used to create the signature.SignerProperties.setSignDate
(Calendar signDate) Sets the signature date.Modifier and TypeMethodDescriptionvoid
PdfPadesSigner.signWithBaselineBProfile
(SignerProperties signerProperties, Certificate[] chain, IExternalSignature externalSignature) Sign the document provided inPdfSigner
instance with PaDES Baseline-B Profile.void
PdfPadesSigner.signWithBaselineBProfile
(SignerProperties signerProperties, Certificate[] chain, PrivateKey privateKey) Sign the document provided inPdfSigner
instance with PaDES Baseline-B Profile.void
PdfPadesSigner.signWithBaselineLTAProfile
(SignerProperties signerProperties, Certificate[] chain, IExternalSignature externalSignature, ITSAClient tsaClient) Sign the document provided inPdfSigner
instance with PaDES Baseline-LTA Profile.void
PdfPadesSigner.signWithBaselineLTAProfile
(SignerProperties signerProperties, Certificate[] chain, PrivateKey privateKey, ITSAClient tsaClient) Sign the document provided inPdfSigner
instance with PaDES Baseline-LTA Profile.void
PdfPadesSigner.signWithBaselineLTProfile
(SignerProperties signerProperties, Certificate[] chain, IExternalSignature externalSignature, ITSAClient tsaClient) Sign the document provided inPdfSigner
instance with PaDES Baseline-LT Profile.void
PdfPadesSigner.signWithBaselineLTProfile
(SignerProperties signerProperties, Certificate[] chain, PrivateKey privateKey, ITSAClient tsaClient) Sign the document provided inPdfSigner
instance with PaDES Baseline-LT Profile.void
PdfPadesSigner.signWithBaselineTProfile
(SignerProperties signerProperties, Certificate[] chain, IExternalSignature externalSignature, ITSAClient tsaClient) Sign the document provided inPdfSigner
instance with PaDES Baseline-T Profile.void
PdfPadesSigner.signWithBaselineTProfile
(SignerProperties signerProperties, Certificate[] chain, PrivateKey privateKey, ITSAClient tsaClient) Sign the document provided inPdfSigner
instance with PaDES Baseline-T Profile.