Package com.itextpdf.text.pdf.security
Class PdfSignatureBuildProperties
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.security.PdfSignatureBuildProperties
- All Implemented Interfaces:
Serializable
Dictionary that stores signature build properties.
- See Also:
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate PdfSignatureAppDictionary
Gets thePdfSignatureAppDictionary
from this dictionary.void
setSignatureCreator
(String name) Sets the signatureCreator property in the underlyingPdfSignatureAppDictionary
dictionary.Methods inherited from class com.itextpdf.text.pdf.PdfDictionary
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
Methods inherited from class com.itextpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfSignatureBuildProperties
public PdfSignatureBuildProperties()Creates new PdfSignatureBuildProperties
-
-
Method Details
-
setSignatureCreator
Sets the signatureCreator property in the underlyingPdfSignatureAppDictionary
dictionary.- Parameters:
name
-
-
getPdfSignatureAppProperty
Gets thePdfSignatureAppDictionary
from this dictionary. If it does not exist, it adds a newPdfSignatureAppDictionary
and returns this instance.- Returns:
PdfSignatureAppDictionary
-