public class PdfSignatureAppDataDict extends PdfDictionary
| Constructor and Description |
|---|
PdfSignatureAppDataDict() |
| Modifier and Type | Method and Description |
|---|---|
PdfString |
getDate()
The software module build date.
|
PdfName |
getName()
The name of the software module used to create the signature.
|
PdfBoolean |
getNonEFontNoWarn()
If there is a Legal dictionary in the catalog of the PDF file, and the NonEmbeddedFonts attribute (which
specifies the number of fonts not embedded) in that dictionary has a non-zero value, and the viewing application
has a preference set to suppress the display of the warning about fonts not being embedded, then the value of
this attribute will be set to true (meaning that no warning need be displayed).
|
PdfArray |
getOs()
Indicates the operating system, such as Windows.
|
PdfBoolean |
getPreRelease()
A flag that can be used by the signature handler or software module to indicate that this signature was created
with unreleased software.
|
PdfNumber |
getR()
The software module revision number.
|
PdfString |
getrEx()
A text string indicating the version of the application implementation, as described by the Name attribute in
this dictionary.
|
PdfBoolean |
getTrustedMode()
If the value is true, the application was in trusted mode when signing took place.
|
void |
setDate(String date)
The software module build date.
|
void |
setName(String name)
The name of the software module used to create the signature.
|
void |
setNonEFontNoWarn(boolean nonEFontNoWarn)
If there is a Legal dictionary in the catalog of the PDF file, and the NonEmbeddedFonts attribute (which
specifies the number of fonts not embedded) in that dictionary has a non-zero value, and the viewing application
has a preference set to suppress the display of the warning about fonts not being embedded, then the value of
this attribute will be set to true (meaning that no warning need be displayed).
|
void |
setOs(String os)
Indicates the operating system, such as Windows.
|
void |
setPreRelease(boolean preRelease)
A flag that can be used by the signature handler or software module to indicate that this signature was created
with unreleased software.
|
void |
setR(int r)
The software module revision number.
|
void |
setrEx(String rEx)
A text string indicating the version of the application implementation, as described by the Name attribute in
this dictionary.
|
void |
setTrustedMode(boolean trustedMode)
If the value is true, the application was in trusted mode when signing took place.
|
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic PdfName getName()
public void setName(String name)
name - sets the name of the software module used to create the signature.public PdfString getDate()
public void setDate(String date)
date - Sets the software module build datepublic PdfNumber getR()
public void setR(int r)
r - sets the software module revision numberpublic PdfBoolean getPreRelease()
public void setPreRelease(boolean preRelease)
preRelease - sets the unreleased flag indicating whether the signature was created using an unreleased
softwarepublic PdfArray getOs()
public void setOs(String os)
os - sets the operating systempublic PdfBoolean getNonEFontNoWarn()
public void setNonEFontNoWarn(boolean nonEFontNoWarn)
nonEFontNoWarn - sets whether no warning should be displayed otherwise false;public PdfBoolean getTrustedMode()
public void setTrustedMode(boolean trustedMode)
trustedMode - sets whether the application was in trusted mode when signing took placepublic PdfString getrEx()
public void setrEx(String rEx)
rEx - sets a text string indicating the version of the application implementationCopyright © 2024. All rights reserved.