com.adobe.livecycle.signatures.client.types
Class PDFSignatureFieldProperties

java.lang.Object
  extended by com.adobe.livecycle.signatures.client.types.PDFSignatureFieldProperties
All Implemented Interfaces:
java.io.Serializable

public class PDFSignatureFieldProperties
extends java.lang.Object
implements java.io.Serializable

This class provides information about PDFSeedValueOptionSpec and FieldMDPOptionSpec objects of the signature field located within a PDF document. A FieldMDPOptionSpec object represents a signature field lock dictionary, which specifies a list of fields which are locked once the signature field is signed. A locked field prevents users from making changes to the field. A PDFSeedValueOptionSpec object represents a seed value dictionary that contains constraining information that is used at the time the signature is applied. For example, you can change permissions that control the actions that can occur without invalidating a signature.

To see an object of this type used in a code example, see the Modifying a signature field using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
PDFSignatureFieldProperties()
          The default constructor that creates a PDFSignatureFieldproperties object.
PDFSignatureFieldProperties(PDFSeedValueOptionSpec pdfSeedValueOptionSpec, FieldMDPOptionSpec fieldMDPOptionsSpec)
          A constructor that creates a PDFSignatureFieldProperties object.
 
Method Summary
 FieldMDPOptionSpec getFieldMDP()
          Gets a FieldMDPOptionSpec object that represents a signature field lock dictionary, which specifies a list of fields which are locked once the signature field is signed.
 PDFSeedValueOptionSpec getSeedValue()
          Returns a PDFSeedValueOptionSpec object that contains constraining information that is used at the time the signature is applied.
 void setFieldMDP(FieldMDPOptionSpec fieldMDPOptionSpec)
          Sets a FieldMDPOptionSpec object that represents a signature field lock dictionary, which specifies a list of fields which are locked once the signature field is signed.
 void setSeedValue(PDFSeedValueOptionSpec pdfSeedValueOptionSpec)
          Sets seed value dictionary values that belong to a signature field located within a PDF document.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

PDFSignatureFieldProperties

public PDFSignatureFieldProperties()
The default constructor that creates a PDFSignatureFieldproperties object.


PDFSignatureFieldProperties

public PDFSignatureFieldProperties(PDFSeedValueOptionSpec pdfSeedValueOptionSpec,
                                   FieldMDPOptionSpec fieldMDPOptionsSpec)
A constructor that creates a PDFSignatureFieldProperties object.

Parameters:
pdfSeedValueOptionSpec - A PDFSeedValueOptionSpec object that provides information about the seed value pption of the signature field located within a PDF document.
fieldMDPOptionsSpec - A FieldMDPOptionSpec object that provides information about the fieldMDP option of the signature Field located within a PDF document.
Method Detail

setSeedValue

public void setSeedValue(PDFSeedValueOptionSpec pdfSeedValueOptionSpec)
Sets seed value dictionary values that belong to a signature field located within a PDF document. A seed value dictionary that contains constraining information that is used at the time the signature is applied. For example, you can change permissions that control the actions that can occur without invalidating a signature.

Parameters:
pdfSeedValueOptionSpec - A PDFSeedValueOptionSpec object that specifies constraining information that is used at the time the signature is applied.

getSeedValue

public PDFSeedValueOptionSpec getSeedValue()
Returns a PDFSeedValueOptionSpec object that contains constraining information that is used at the time the signature is applied. returns A PDFSeedValueOptionSpec object that specifies constraining information that is used at the time the signature is applied.


setFieldMDP

public void setFieldMDP(FieldMDPOptionSpec fieldMDPOptionSpec)
Sets a FieldMDPOptionSpec object that represents a signature field lock dictionary, which specifies a list of fields which are locked once the signature field is signed.

Parameters:
fieldMDPOptionSpec - A FieldMDPOptionSpec object that represents a signature field lock dictionary.

getFieldMDP

public FieldMDPOptionSpec getFieldMDP()
Gets a FieldMDPOptionSpec object that represents a signature field lock dictionary, which specifies a list of fields which are locked once the signature field is signed.

Parameters:
fieldMDPOptionSpec - A FieldMDPOptionSpec object that represents a signature field lock dictionary.


[an error occurred while processing this directive] [an error occurred while processing this directive]