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.setLocation
(String location) Sets the signing location.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.Sets the signing reason.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 TypeMethodDescriptionPadesTwoPhaseSigningHelper.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 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.ModifierConstructorDescriptionPdfSigner
(PdfReader reader, OutputStream outputStream, String path, StampingProperties stampingProperties, SignerProperties signerProperties) Creates a PdfSigner instance.