com.itextpdf.text.pdf
Class PdfSignature
java.lang.Object
com.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.PdfSignature
public class PdfSignature
- extends PdfDictionary
Implements the signature dictionary.
- Author:
- Paulo Soares
Fields inherited from class com.itextpdf.text.pdf.PdfObject |
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
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, toString |
Methods inherited from class com.itextpdf.text.pdf.PdfObject |
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
PdfSignature
public PdfSignature(PdfName filter,
PdfName subFilter)
- Creates new PdfSignature
setByteRange
public void setByteRange(int[] range)
setContents
public void setContents(byte[] contents)
setCert
public void setCert(byte[] cert)
setName
public void setName(String name)
setDate
public void setDate(PdfDate date)
setLocation
public void setLocation(String name)
setReason
public void setReason(String name)
setSignatureCreator
public void setSignatureCreator(String name)
- Sets the signature creator name in the
PdfSignatureBuildProperties
dictionary.
- Parameters:
name
-
setContact
public void setContact(String name)
Copyright © 2014. All Rights Reserved.