Skip navigation links
A C D E F G H I K L M O P R S T U V 

G

getAltFieldName() - Method in interface com.qoppa.pdf.form.FormField
Returns the alternate field name for this field.
getAssembleDocumentRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts assembling the document:
getAuthor() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's author.
getAuthorTitle() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's author-title.
getCaCerts() - Static method in class com.qoppa.pdf.SignatureSettings
This method returns a hashtable of most-trusted CA certificates from the JDK keyed by the unique identifier of the X509Certificate that is returned from SignatureSettings.getUniqueIdentifier(X509Certificate)
getCertificateChain() - Method in class com.qoppa.pdf.SigningInformation
Returns the certificate chain for the issuers of the certificate in the key store.
getChangeDocumentRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts changing the document:
getContactInformation() - Method in class com.qoppa.pdf.SigningInformation
Returns the contact information used in the signature.
getContentSigner() - Method in class com.qoppa.pdf.SigningInformation
getContentSigner(String) - Method in class com.qoppa.pdf.SigningInformation
Get the content signer based on the PDF file version.
getCopyrightInfoURL() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's copyright info url.
getCopyrightNotice() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's copyright notice.
getCopyrightStatus() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's copyrights status.
getCreationDate() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's creation date.
getCreator() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's creator.
getCustomProperties() - Method in class com.qoppa.pdf.SigningInformation
Returns the custom properties table.
getCustomProperty(String) - Method in class com.qoppa.pdf.DocumentInfo
Returns the value of a custom property.
getCustomProperty(String) - Method in interface com.qoppa.pdf.form.SignatureField
This method can be used to retrieve the values of custom properties in the signature field dictionary.
getCustomProperty(String) - Method in class com.qoppa.pdf.SigningInformation
This method can be used to retrieve the values of custom properties
getDescriptionWriter() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's description writer.
getDisplayName() - Method in class com.qoppa.pdf.SignatureAppearance
This name is not used to generate the appearance stream.
getDisplayName() - Method in class com.qoppa.pdf.TimestampServer
Return the display name.
getDocMDPPermissions() - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns the Document Modification Detection and Prevention permissions.
getDocumentInfo(String, IPassword) - Static method in class com.qoppa.pdf.DocumentInfo
Static method to get the document information from a document in a file.
getDocumentInfo(InputStream, IPassword) - Static method in class com.qoppa.pdf.DocumentInfo
Static method to get the document information from a document from an InputStream.
getDocumentInfo(URL, IPassword) - Static method in class com.qoppa.pdf.DocumentInfo
Static method to get the document information from a document from a URL.
getDocumentInfo() - Method in class com.qoppa.pdfSecure.PDFSecure
Returns a DocumentInfo object containing the information section of a PDF document (author, title, etc.)
getEncryptionType() - Method in class com.qoppa.pdfSecure.PDFSecure
Get the encryption type used to encrypt the document (PasswordPermissions.ENCRYPTION_RC4_128, PasswordPermissions.ENCRYPTION_RC4_128, PasswordPermissions.ENCRYPTION_AES_128, etc...).
getException() - Method in class com.qoppa.pdf.SignatureValidity
Returns any exception when reading the signature.
getExceptionMessage() - Method in class com.qoppa.pdf.SignatureValidity
Returns a message associated with an exception when reading the signature.
getExtractTextGraphicsForAccessibilityRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts extracting text graphics for accessibility:
getExtractTextGraphicsRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts extracting text graphics:
getFieldFlags() - Method in interface com.qoppa.pdf.form.FormField
Returns the flags for this field as an int.
getFieldName() - Method in interface com.qoppa.pdf.form.FormField
Returns the name of this field.
getFieldTypeDesc() - Method in interface com.qoppa.pdf.form.FormField
Returns a description of the field type.
getFillFormFieldsRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts filling form fields:
getFullFieldName() - Method in interface com.qoppa.pdf.form.FormField
Returns the full name of the fields.
getID() - Method in class com.qoppa.pdf.SignatureAppearance
This unique identifier is not used to generate the appearance stream.
getImage() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the buffered image to use when creating the signature appearance.
getImageFile() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the image file name.
getImageOpacity() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the image opacity value to use when drawing the image on the SignatureField.
getImagePosition() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the horizontal position of the image.
getJCEProvider() - Method in class com.qoppa.pdf.SigningInformation
Deprecated. 
getKeywords() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's keywords.
getKids() - Method in interface com.qoppa.pdf.form.FormField
Gets a list of fields from the kids array.
getLargeIcon() - Method in class com.qoppa.pdf.SignatureValidity
Returns an Icon that will draw the status of the signature with the same rules as drawSmallIcon().
getLengthEstimate() - Method in class com.qoppa.pdf.TimestampServer
Returns a length estimate of the time stamp server signature.
getLocation() - Method in class com.qoppa.pdf.SigningInformation
Gets the location to be used in the signature.
getMapFieldName() - Method in interface com.qoppa.pdf.form.FormField
Returns this field's mapping name.
getModDate() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's modified date.
getModifyAnnotsRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts modifying annotations:
getPageCount() - Method in class com.qoppa.pdf.DocumentInfo
Gets the number of pages in the document.
getPasswordPermissions() - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns the permission object for this document.
getPasswords() - Method in interface com.qoppa.pdf.IPassword
Method called to get passwords for encrypted PDF documents.
getPasswords() - Method in class com.qoppa.pdf.PDFPassword
Method that fulfills the IPassword interface.
getPDFFileVersion() - Method in class com.qoppa.pdfSecure.PDFSecure
Return the PDF file version for the current document.
getPDFPermissions() - Method in class com.qoppa.pdfSecure.PDFSecure
Returns the AllPDFPermissions object which encompasses this document's PasswordPermissions, DocMDPPermissions, and UsageRightsPermissions.
getPermFlag() - Method in class com.qoppa.pdf.permissions.PasswordPermissions
Returns the permissions int representing the 12 permissions bits as specified in the PDF documentation.
getPermissions() - Method in class com.qoppa.pdf.SigningInformation
Returns the level of permissions for a certifying signature.
getPrintHighResRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts printing the document at high resolution:
getPrintRestrictions(boolean) - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns a new Restrictions object that contains information about which type of Permission restricts printing the document:
getPrivateKey() - Method in class com.qoppa.pdf.SigningInformation
Deprecated. 
getProducer() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's producer.
getPWD() - Method in class com.qoppa.pdf.TimestampServer
Return the password that will be used to log into the time stamp server.
getReason() - Method in class com.qoppa.pdf.SigningInformation
Gets the reason for signing to be used in the signature.
getServerURL() - Method in class com.qoppa.pdf.TimestampServer
Return the time stamp server URL.
getSignatureAppearance() - Method in class com.qoppa.pdf.SigningInformation
Returns the SignatureAppearance to use when creating the signature appearance stream.
getSignatureFields() - Method in class com.qoppa.pdfSecure.PDFSecure
Gets a list of signature fields, if any.
getSignatureFormat() - Method in class com.qoppa.pdf.SigningInformation
Returns the format of the signature.
getSignaturePermissions() - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns permissions related to a digital signature.
getSignatureValidity() - Method in interface com.qoppa.pdf.form.SignatureField
Returns the validity information for this signature.
getSignContactInfo() - Method in interface com.qoppa.pdf.form.SignatureField
Returns the contact information used in the signature.
getSignCustomProperty(String) - Method in interface com.qoppa.pdf.form.SignatureField
This method can be used to retrieve the values of custom properties in the signature dictionary.
getSignDateTime() - Method in interface com.qoppa.pdf.form.SignatureField
Returns the signature date and time as a java date object.
getSignerCertificate() - Method in class com.qoppa.pdf.SigningInformation
Returns the certificate for the digital id retrieved from the KeyStore or the PKCS#12 file.
getSignLocation() - Method in interface com.qoppa.pdf.form.SignatureField
Returns the signature location.
getSignName() - Method in interface com.qoppa.pdf.form.SignatureField
Returns the signature name.
getSignReason() - Method in interface com.qoppa.pdf.form.SignatureField
Returns the signature reason.
getSmallIcon() - Method in class com.qoppa.pdf.SignatureValidity
 
getSubject() - Method in class com.qoppa.pdf.DocumentInfo
Returns the document's subject.
getTextLeft() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the text to display on the left side of the signature appearance.
getTextOrientation() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the orientation of the text.
getTextRight() - Method in class com.qoppa.pdf.SignatureAppearance
Returns the text to display on the right side of the signature appearance.
getTimestampServer() - Method in class com.qoppa.pdf.SigningInformation
Returns the Timestamp Server information
getTitle() - Method in class com.qoppa.pdf.DocumentInfo
Gets the document's title.
getTrapped() - Method in class com.qoppa.pdf.DocumentInfo
Returns string indicating if the document has been modified with trapping information.
getTriggerActions() - Method in interface com.qoppa.pdf.form.FormField
Gets the TriggerActions associated with the field.
getTrustedCertificates() - Static method in class com.qoppa.pdf.SignatureSettings
This method returns a hashtable of trusted certificates keyed by the unique identifier of the X509Certificate that is returned from SignatureSettings.getUniqueIdentifier(X509Certificate)
getTspAlgorithm() - Method in class com.qoppa.pdf.TimestampServer
Gets the timestamp server algorithm.
getUniqueIdentifier(X509Certificate) - Static method in class com.qoppa.pdf.SignatureSettings
Returns a unique identifier for a certificate.
getUsageRightsPermissions() - Method in class com.qoppa.pdf.permissions.AllPDFPermissions
Returns the Usage Rights permissions.
getUser() - Method in class com.qoppa.pdf.TimestampServer
Return the user name to log into the time stamp server.
getUserName() - Method in interface com.qoppa.pdf.form.FormField
Gets this field's user name.
getValidationMessages() - Method in class com.qoppa.pdf.SignatureValidity
This method returns a list of messages related to the validity of the certificates, timestamp, key usage, and byte range.
getValidityText() - Method in class com.qoppa.pdf.SignatureValidity
Returns a textual description of the state of the signature.
getVersion() - Static method in class com.qoppa.pdfSecure.PDFSecure
Returns version string for jPDFSecure.
getWidgets() - Method in interface com.qoppa.pdf.form.FormField
Gets a list of any widgets associated with this field.
getXMPMetadata(String) - Method in class com.qoppa.pdf.DocumentInfo
Returns the XMP metadata in the document.
getXMPMetadata() - Method in class com.qoppa.pdf.DocumentInfo
Returns the raw XMP metadata in the document as an array of bytes.
A C D E F G H I K L M O P R S T U V 
Skip navigation links