Java com.lowagie.text.pdf PdfSignatureAppearance fields, constructors, methods, implement or subclass

Example usage for Java com.lowagie.text.pdf PdfSignatureAppearance fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.lowagie.text.pdf PdfSignatureAppearance.

The text is from its open source code.

Field

intSignatureRenderDescription
The rendering mode is just the description
PdfNameSELF_SIGNED
The self signed filter.
PdfNameWINCER_SIGNED
The Windows Certificate Security.
intNOT_CERTIFIED
intCERTIFIED_NO_CHANGES_ALLOWED
intCERTIFIED_FORM_FILLING
intCERTIFIED_FORM_FILLING_AND_ANNOTATIONS

Method

voidclose(PdfDictionary update)
This is the last method to be called when using external signatures.
StringgetContact()
Gets the signing contact.
PdfTemplategetLayer(int layer)
Gets a template layer to create a signature appearance.
StringgetLocation()
Gets the signing location.
InputStreamgetRangeStream()
Gets the document bytes that are hashable when using external signatures.
StringgetReason()
Gets the signing reason.
ImagegetSignatureGraphic()
Gets the Image object to render.
java.util.CalendargetSignDate()
Gets the signature date.
com.lowagie.text.pdf.PdfSigGenericPKCSgetSigStandard()
Gets the instance of the standard signature dictionary.
voidpreClose(HashMap exclusionSizes)
This is the first method to be called when using external signatures.
voidpreClose()
This is the first method to be called when using external signatures.
voidsetAcro6Layers(boolean acro6Layers)
Acrobat 6.0 and higher recommends that only layer n2 and n4 be present.
voidsetCertificationLevel(int certificationLevel)
Sets the document type to certified instead of simply signed.
voidsetContact(String contact)
Sets the signing contact.
voidsetCrypto(PrivateKey privKey, Certificate[] certChain, CRL[] crlList, PdfName filter)
Sets the cryptographic parameters.
voidsetCryptoDictionary(com.lowagie.text.pdf.PdfDictionary cryptoDictionary)
Sets a user made signature dictionary.
voidsetExternalDigest(byte digest[], byte RSAdata[], String digestEncryptionAlgorithm)
Sets the digest/signature to an external calculated value.
voidsetImage(Image image)
Sets the background image for the layer 2.
voidsetImageScale(float imageScale)
Sets the scaling to be applied to the background image.
voidsetLayer2Font(Font layer2Font)
Sets the n2 and n4 layer font.
voidsetLayer2Text(String text)
Sets the signature text identifying the signer.
voidsetLayer4Text(String text)
Sets the text identifying the signature status.
voidsetLocation(String location)
Sets the signing location.
voidsetReason(String reason)
Sets the signing reason.
voidsetRender(int render)
Sets the rendering mode for this signature.
voidsetSignatureGraphic(Image signatureGraphic)
Sets the Image object to render when Render is set to SignatureRenderGraphicAndDescription
voidsetSignDate(java.util.Calendar signDate)
Sets the signature date.
voidsetVisibleSignature(Rectangle pageRect, int page, String fieldName)
Sets the signature to be visible.
voidsetVisibleSignature(String fieldName)
Sets the signature to be visible.