public class PDFSignatureFieldProperties extends Object implements Serializable
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.| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID |
| Constructor and Description |
|---|
PDFSignatureFieldProperties()
The default constructor that creates a
PDFSignatureFieldproperties object. |
PDFSignatureFieldProperties(PDFSeedValueOptionSpec pdfSeedValueOptionSpec,
FieldMDPOptionSpec fieldMDPOptionsSpec)
A constructor that creates a
PDFSignatureFieldProperties object. |
| Modifier and Type | Method and Description |
|---|---|
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.
|
String |
toString() |
public static final long serialVersionUID
public PDFSignatureFieldProperties()
PDFSignatureFieldproperties object.public PDFSignatureFieldProperties(PDFSeedValueOptionSpec pdfSeedValueOptionSpec, FieldMDPOptionSpec fieldMDPOptionsSpec)
PDFSignatureFieldProperties object.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.public void setSeedValue(PDFSeedValueOptionSpec pdfSeedValueOptionSpec)
pdfSeedValueOptionSpec - A PDFSeedValueOptionSpec object that specifies constraining information
that is used at the time the signature is applied.public PDFSeedValueOptionSpec getSeedValue()
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.public void setFieldMDP(FieldMDPOptionSpec fieldMDPOptionSpec)
FieldMDPOptionSpec object that represents a signature field lock dictionary, which
specifies a list of fields which are locked once the signature field is signed.fieldMDPOptionSpec - A FieldMDPOptionSpec object that represents a signature field lock dictionary.public FieldMDPOptionSpec getFieldMDP()
FieldMDPOptionSpec object that represents a signature field lock dictionary, which
specifies a list of fields which are locked once the signature field is signed.FieldMDPOptionSpec object that represents a signature field lock dictionary.Copyright © 1982–2023 Adobe Systems Incorporated. All rights reserved.