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 PdfSignatureAppDictionaryGets thePdfSignatureAppDictionaryfrom this dictionary.voidsetSignatureCreator(String name) Sets the signatureCreator property in the underlyingPdfSignatureAppDictionarydictionary.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, toStringMethods 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 underlyingPdfSignatureAppDictionarydictionary.- Parameters:
name-
-
getPdfSignatureAppProperty
Gets thePdfSignatureAppDictionaryfrom this dictionary. If it does not exist, it adds a newPdfSignatureAppDictionaryand returns this instance.- Returns:
PdfSignatureAppDictionary
-