A C D E F G H I K M O P R S T

S

SignatureAppearance - class com.qoppa.pdf.SignatureAppearance.
This class provides functionality to customize the appearance of a visible signature when a document is signed.
SignatureAppearance() - Constructor for class com.qoppa.pdf.SignatureAppearance
Default constructor
SignatureAppearance(String) - Constructor for class com.qoppa.pdf.SignatureAppearance
This constructor creates a SignatureAppearance from a properly formatted XML string.
SignatureField - interface com.qoppa.pdf.form.SignatureField.
SignatureField holds a signature field.
SignatureValidity - class com.qoppa.pdf.SignatureValidity.
This class returns information about the validity of a signature within the PDF document.
SignatureValidity() - Constructor for class com.qoppa.pdf.SignatureValidity
 
SigningInformation - class com.qoppa.pdf.SigningInformation.
Object that holds information necessary to digitally sign a PDF file.
SigningInformation(String, String, String, String) - Constructor for class com.qoppa.pdf.SigningInformation
Constructs a SigningInformation object and gets the digital ID from a named PKCS#12 file.
SigningInformation(KeyStore, String, String) - Constructor for class com.qoppa.pdf.SigningInformation
Constructs a SigningInformation object and gets the digital ID from a Java KeyStore object.
saveDocument(String) - Method in class com.qoppa.pdfSecure.PDFSecure
Saves this document to a file.
saveDocument(OutputStream) - Method in class com.qoppa.pdfSecure.PDFSecure
Saves this document to an output stream.
setAltFieldName(String) - Method in interface com.qoppa.pdf.form.FormField
Sets the alternate field name.
setAppletKey(String, Applet) - Static method in class com.qoppa.pdfSecure.PDFSecure
Method to unlock the production version of the library.
setAssembleDocumentAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to assemble the document.
setAuthor(String) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's author.
setChangeDocumentAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to change the document.
setComponentVisible(boolean) - Method in interface com.qoppa.pdf.form.FormField
Sets the visibility of the component(s) associated with this field on the screen.
setContactInformation(String) - Method in class com.qoppa.pdf.SigningInformation
Sets the contact information to be used in the signature.
setContentAppended(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the content appended flag.
setCreationDate(Date) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's creation date.
setCreator(String) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's creator.
setCustomProperty(String, String) - Method in class com.qoppa.pdf.DocumentInfo
Sets a custom application property in the document info for the document.
setDisplayName(String) - Method in class com.qoppa.pdf.SignatureAppearance
This name is not used to generate the appearance stream.
setException(Throwable, String) - Method in class com.qoppa.pdf.SignatureValidity
Sets the exception when reading the signature.
setExtractTextGraphicsAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to extract text and graphics.
setExtractTextGraphicsForAccessibilityAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to extract text and graphics in support of accessibility to disabled users or other purposes.
setFieldFlags(int) - Method in interface com.qoppa.pdf.form.FormField
Sets the field flags.
setFieldName(String) - Method in interface com.qoppa.pdf.form.FormField
Sets the field name.
setFillFormFieldsAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to fill form fields and sign the document.
setHidden(boolean) - Method in interface com.qoppa.pdf.form.FormField
Sets the HIDDEN flag.
setImage(BufferedImage) - Method in class com.qoppa.pdf.SignatureAppearance
Sets a buffered image to use then creating the signature appearance.
setImageFile(String) - Method in class com.qoppa.pdf.SignatureAppearance
If the image file name is set, this SignatureAppearance will attempt to load a BufferedImage from the file.
setImagePosition(int) - Method in class com.qoppa.pdf.SignatureAppearance
Sets the horizontal position of the image.
setImageTransparency(float) - Method in class com.qoppa.pdf.SignatureAppearance
Sets the image transparency value to use when drawing the image on the SignatureField.
setKey(String) - Static method in class com.qoppa.pdfSecure.PDFSecure
Method to unlock the production version of the library.
setKeywords(String) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's keywords.
setLocation(String) - Method in class com.qoppa.pdf.SigningInformation
Sets the location to be used in the signature.
setMapFieldName(String) - Method in interface com.qoppa.pdf.form.FormField
Sets this field's mapping name.
setModifiedDate(Date) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's modified date.
setModifyAnnotsAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to add or modify annotations in the document.
setNoExport(boolean) - Method in interface com.qoppa.pdf.form.FormField
Sets the 'No Export' flag.
setPermFlag(int) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permissions from the int representing the 12 permissions bits as specified in the PDF documentation.
setPrintAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to print the document.
setPrintHighResAllowed(boolean) - Method in class com.qoppa.pdf.PDFPermissions
Sets the permission to print the document at high resolution.
setPrintable(boolean) - Method in interface com.qoppa.pdf.form.FormField
Sets the PRINTABLE flag for this field.
setProducer(String) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's producer.
setReadOnly(boolean) - Method in interface com.qoppa.pdf.form.FormField
Sets the value of the 'Read Only' flag.
setReason(String) - Method in class com.qoppa.pdf.SigningInformation
Sets the reason for signing to be used in the signature.
setRequired(boolean) - Method in interface com.qoppa.pdf.form.FormField
Sets the value of the 'Required' flag.
setSecurity(String, String, PDFPermissions, String, int) - Method in class com.qoppa.pdfSecure.PDFSecure
Sets the security for this document.
setSignDateTime(Date) - Method in interface com.qoppa.pdf.form.SignatureField
Sets the signature date and time from a Java date object.
setSignLocation(String) - Method in interface com.qoppa.pdf.form.SignatureField
Sets the signature location.
setSignName(String) - Method in interface com.qoppa.pdf.form.SignatureField
Sets the signature name.
setSignReason(String) - Method in interface com.qoppa.pdf.form.SignatureField
Sets the signature reason.
setSignatureAppearance(SignatureAppearance) - Method in class com.qoppa.pdf.SigningInformation
Sets the SignatureAppearance to use when creating the signature appearance stream.
setSubject(String) - Method in class com.qoppa.pdf.DocumentInfo
Set the document's subject.
setTested(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets flag indicating that this signature has been tested.
setTextLeft(String) - Method in class com.qoppa.pdf.SignatureAppearance
Sets the left text property to use when creating the signature appearance.
setTextOrientation(int) - Method in class com.qoppa.pdf.SignatureAppearance
Sets the orientation of the text.
setTextRight(String) - Method in class com.qoppa.pdf.SignatureAppearance
Sets the right text property to use when creating the signature appearance.
setTitle(String) - Method in class com.qoppa.pdf.DocumentInfo
Sets the document's title.
setTrustedChain(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the value of the trusted chain flag.
setUserName(String) - Method in interface com.qoppa.pdf.form.FormField
Sets this field's user name.
setValidCertificateChain(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the status of the certificate chain validity.
setValidExpiration(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the value of the expiration flag.
setValidRevocationList(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the status of the revocation list validity.
setValidSignatureHash(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the flag that indicates that the stored signature hash matches the calculated signature hash.
setValidSignatureObject(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the value of the valid signature object flag.
setValidTimestamp(boolean) - Method in class com.qoppa.pdf.SignatureValidity
Sets the valid timestamp flag.
setVisibleCommonName(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains a common name, this sets whether or not the common name should be used when creating the signature appearance.
setVisibleCountry(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains a country code, this sets whether or not the country code should be used when creating the signature appearance.
setVisibleDate(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
This sets whether or not the date should be used when creating the signature appearance.
setVisibleDigitallySigned(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
Sets whether or not the "Digitally signed by..." label should be used when creating the signature appearance.
setVisibleEmail(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains an email address, this sets whether or not the email address should be used when creating the signature appearance.
setVisibleLocal(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains a locality, this sets whether or not the locality should be used when creating the signature appearance.
setVisibleName(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains a common name, this sets whether or not the name should be used when creating the signature appearance.
setVisibleOrgName(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains an organization name, this sets whether or not the organization name should be used when creating the signature appearance.
setVisibleOrgUnit(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains an organizational unit, this sets whether or not the organizational unit should be used when creating the signature appearance.
setVisibleState(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
If the distinguished name of the signing certificate contains a state, this sets whether or not the state should be used when creating the signature appearance.
setXMPMetadata(String, String) - Method in class com.qoppa.pdf.DocumentInfo
Sets the XMP metadata block in the document.
setXMPMetadata(byte[]) - Method in class com.qoppa.pdf.DocumentInfo
Sets the XMP metadata block in the document.
showCertificateDN(boolean) - Method in class com.qoppa.pdf.SignatureAppearance
This is a convenience method set the visibility of all of the distinguished name properties of the signing certificate.
signDocument(SignatureField, SigningInformation) - Method in class com.qoppa.pdfSecure.PDFSecure
Signs this document using the given signature field.

A C D E F G H I K M O P R S T