Package com.aowagie.text.pdf
Class PdfSignature
java.lang.Object
com.aowagie.text.pdf.PdfObject
com.aowagie.text.pdf.PdfDictionary
com.aowagie.text.pdf.PdfSignature
- Direct Known Subclasses:
PdfSigGenericPKCS
Implements the signature dictionary.
-
Field Summary
Fields inherited from class com.aowagie.text.pdf.PdfDictionary
CATALOG, hashMap, OUTLINES, PAGE
Fields inherited from class com.aowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
-
Constructor Summary
ConstructorsConstructorDescriptionPdfSignature
(PdfName filter, PdfName subFilter) Creates new PdfSignaturePdfSignature
(PdfName type, PdfName filter, PdfName subFilter) Creates new PdfSignature -
Method Summary
Modifier and TypeMethodDescriptionvoid
setByteRange
(int[] range) void
setCert
(byte[] cert) void
setContact
(String name) void
setContents
(byte[] contents) void
void
setLocation
(String name) void
void
Methods inherited from class com.aowagie.text.pdf.PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, remove, size, toPdf, toString
Methods inherited from class com.aowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Constructor Details
-
PdfSignature
Creates new PdfSignature- Parameters:
filter
- filter to putsubFilter
- subfilter to put
-
PdfSignature
Creates new PdfSignature- Parameters:
type
- type to putfilter
- filter to putsubFilter
- subfilter to put
-
-
Method Details
-
setByteRange
public void setByteRange(int[] range) -
setContents
public void setContents(byte[] contents) -
setCert
public void setCert(byte[] cert) -
setName
-
setDate
-
setLocation
-
setReason
-
setContact
-