Class PdfSignature
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfSignature
- Direct Known Subclasses:
PdfSigGenericPKCS
Deprecated.
Implements the signature dictionary.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionPdfSignature(PdfName filter, PdfName subFilter) Deprecated.Creates new PdfSignature -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Return the build properties dictionary (PDF Dictionary name: Prop_Build)voidsetByteRange(int[] range) Deprecated.voidsetCert(byte[] cert) Deprecated.voidsetContact(String name) Deprecated.voidsetContents(byte[] contents) Deprecated.voidDeprecated.voidsetLocation(String name) Deprecated.voidDeprecated.voidDeprecated.Methods inherited from class PdfDictionary
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, toStringMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfSignature
-
-
Method Details
-
setByteRange
public void setByteRange(int[] range) Deprecated. -
setContents
public void setContents(byte[] contents) Deprecated. -
setCert
public void setCert(byte[] cert) Deprecated. -
setName
Deprecated. -
setDate
Deprecated. -
setLocation
Deprecated. -
setReason
Deprecated. -
setContact
Deprecated. -
getPdfSignatureBuildProperties
Deprecated.Return the build properties dictionary (PDF Dictionary name: Prop_Build)- Returns:
- the build properties dictionary
-