com.lowagie.text.pdf
Class PdfSignature

java.lang.Object
  extended bycom.lowagie.text.pdf.PdfObject
      extended bycom.lowagie.text.pdf.PdfDictionary
          extended bycom.lowagie.text.pdf.PdfSignature

public class PdfSignature
extends PdfDictionary

Implements the signature dictionary.

Author:
Paulo Soares (psoares@consiste.pt)

Field Summary
 
Fields inherited from class com.lowagie.text.pdf.PdfDictionary
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES
 
Fields inherited from class com.lowagie.text.pdf.PdfObject
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type
 
Constructor Summary
PdfSignature(String filter)
          Creates new PdfSignature
 
Method Summary
 void setByteRange(int[] range)
           
 void setContents(byte[] contents)
           
 void setDate(String date)
           
 void setLocation(String name)
           
 void setName(String name)
           
 void setReason(String name)
           
 void setString(String name, byte[] value)
           
 void setString(String name, String value)
           
 void setStringAsName(String name, String value)
           
 void setSubFilter(String filter)
           
 
Methods inherited from class com.lowagie.text.pdf.PdfDictionary
contains, get, getKeys, isCatalog, isDictionaryType, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putDel, putEx, remove, size, toPdf
 
Methods inherited from class com.lowagie.text.pdf.PdfObject
getBytes, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, toString, type
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PdfSignature

public PdfSignature(String filter)
Creates new PdfSignature

Method Detail

setSubFilter

public void setSubFilter(String filter)

setByteRange

public void setByteRange(int[] range)

setContents

public void setContents(byte[] contents)

setName

public void setName(String name)

setDate

public void setDate(String date)

setLocation

public void setLocation(String name)

setReason

public void setReason(String name)

setString

public void setString(String name,
                      byte[] value)

setString

public void setString(String name,
                      String value)

setStringAsName

public void setStringAsName(String name,
                            String value)