org.apache.pdfbox.pdmodel.interactive.digitalsignature
public class: PDSignature [javadoc |
source]
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature
All Implemented Interfaces:
COSObjectable
This represents a digital signature that can be attached to a document.
Methods from java.lang.Object: |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method from org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature Detail: |
public COSDictionary getCOSDictionary() {
return sig;
}
Convert this standard java object to a COS object. |
public COSBase getCOSObject() {
return sig;
}
Convert this standard java object to a COS object. |