org.pdfbox.pdmodel.interactive.digitalsignature

Class PDSignature

Implemented Interfaces:
COSObjectable

public class PDSignature
extends java.lang.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.

Constructor Details

PDSignature

public PDSignature()
Default constructor.

PDSignature

public PDSignature(COSDictionary s)
Constructor.
Parameters:
s - The signature dictionary.

Method Details

getCOSDictionary

public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.
Returns:
The cos object that matches this Java object.

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.