Package com.lowagie.text.pdf
Class PdfSignature
java.lang.Object
com.lowagie.text.pdf.PdfObject
com.lowagie.text.pdf.PdfDictionary
com.lowagie.text.pdf.PdfSignature
- Direct Known Subclasses:
PdfSigGenericPKCS
Implements the signature dictionary.
- Author:
- Paulo Soares (psoares@consiste.pt)
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidsetByteRange(int[] range) voidsetCert(byte[] cert) voidsetContact(String name) voidsetContents(byte[] contents) voidvoidsetLocation(String name) voidvoidMethods inherited from class com.lowagie.text.pdf.PdfDictionary
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.lowagie.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
PdfSignature
Creates new 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
-