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 PdfDictionary
CATALOG, hashMap, OUTLINES, PAGEFields inherited from class 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 TypeMethodDescriptionvoidsetByteRange(int[] range) voidsetCert(byte[] cert) voidsetContact(String name) voidsetContents(byte[] contents) voidvoidsetLocation(String name) voidvoidMethods inherited from class PdfDictionary
contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, remove, size, toPdf, toStringMethods inherited from class PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, setContent, setIndRef, type
-
Constructor Details
-
PdfSignature
-
PdfSignature
-
-
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
-