|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.cete.dynamicpdf.merger.forms.PdfFormField
com.cete.dynamicpdf.merger.forms.PdfSignatureField
public class PdfSignatureField
Representing a signature field in a PDF document.
Licensing:
This class is a DynamicPDF Merger Standard Edition
feature. One of the following licenses is required for non-evaluation usage:
Method Summary | |
---|---|
java.lang.String |
getFilter()
Gets the encryption algorithm details used to decrypt the document. |
ByteRange[] |
getRange()
Gets an array of ByteRange that represents the signed
content data. |
byte[] |
getSignatureContent()
Gets the byte data of the signed content for the signature from an existing PDF. |
boolean |
getSigned()
Returns true if the signature field is signed. |
java.lang.String |
getSubFilter()
Gets the encryption algorithm details used to decrypt the encryption dictionary content. |
Methods inherited from class com.cete.dynamicpdf.merger.forms.PdfFormField |
---|
createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, createLabel, getAlign, getBackgroundColor, getBorderColor, getBorderStyle, getChildFields, getComb, getCombo, getCommitOnSelChange, getDefaultValue, getDoNotScroll, getDoNotSpellCheck, getEdit, getExportValue, getExportValues, getFileSelect, getFlags, getFont, getFontSize, getForm, getFullName, getHeight, getMultiline, getMultiSelect, getName, getNoExport, getNone, getNoToggleToOff, getOriginalPageNumber, getParent, getPassword, getPushbutton, getRadio, getRadiosInUnison, getReadOnly, getRequired, getRichText, getRotate, getSort, getTextColor, getValue, getWidth, getX, getY, hasChildFields, positionPageElement, setFont, setFontSize |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public boolean getSigned()
public java.lang.String getSubFilter()
public java.lang.String getFilter()
public byte[] getSignatureContent()
public ByteRange[] getRange()
ByteRange
that represents the signed
content data.
|
DynamicPDF by ceTe Software | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |