org.pdfbox.pdmodel.interactive.digitalsignature
Class PDSignature

java.lang.Object
  extended byorg.pdfbox.pdmodel.interactive.digitalsignature.PDSignature
All Implemented Interfaces:
COSObjectable

public class PDSignature
extends Object
implements COSObjectable

This represents a digital signature that can be attached to a document.

Version:
$Revision: 1.2 $
Author:
Ben Litchfield

Constructor Summary
PDSignature()
          Default constructor.
PDSignature(COSDictionary s)
          Constructor.
 
Method Summary
 COSDictionary getCOSDictionary()
          Convert this standard java object to a COS object.
 COSBase getCOSObject()
          Convert this standard java object to a COS object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PDSignature

public PDSignature()
Default constructor.


PDSignature

public PDSignature(COSDictionary s)
Constructor.

Parameters:
s - The signature dictionary.
Method Detail

getCOSObject

public COSBase getCOSObject()
Convert this standard java object to a COS object.

Specified by:
getCOSObject in interface COSObjectable
Returns:
The cos object that matches this Java object.

getCOSDictionary

public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.

Returns:
The cos object that matches this Java object.