DynamicPDF by ceTe Software

com.cete.dynamicpdf.merger.forms
Class PdfSignatureField

java.lang.Object
  extended by com.cete.dynamicpdf.merger.forms.PdfFormField
      extended by com.cete.dynamicpdf.merger.forms.PdfSignatureField

public class PdfSignatureField
extends PdfFormField

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

getSigned

public boolean getSigned()
Returns true if the signature field is signed.


getSubFilter

public java.lang.String getSubFilter()
Gets the encryption algorithm details used to decrypt the encryption dictionary content.


getFilter

public java.lang.String getFilter()
Gets the encryption algorithm details used to decrypt the document.


getSignatureContent

public byte[] getSignatureContent()
Gets the byte data of the signed content for the signature from an existing PDF.


getRange

public ByteRange[] getRange()
Gets an array of ByteRange that represents the signed content data.


DynamicPDF by ceTe Software

API Reference for DynamicPDF v11.05 for Java generated on May 24, 2022
© Copyright 2021, ceTe Software