org.pdfbox.pdmodel.interactive.digitalsignature
Class PDSignature
java.lang.Object
org.pdfbox.pdmodel.interactive.digitalsignature.PDSignature
- COSObjectable
public class PDSignature
extends java.lang.Object
This represents a digital signature that can be attached to a document.
PDSignature
public PDSignature()
Default constructor.
PDSignature
public PDSignature(COSDictionary s)
Constructor.
s
- The signature dictionary.
getCOSDictionary
public COSDictionary getCOSDictionary()
Convert this standard java object to a COS object.
- The cos object that matches this Java object.
getCOSObject
public COSBase getCOSObject()
Convert this standard java object to a COS object.
- getCOSObject in interface COSObjectable
- The cos object that matches this Java object.