Package org.webpki.pdf
Class PDFSigner
java.lang.Object
org.webpki.pdf.PDFSigner
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
addAttachment
(String filename, String description, byte[] data) byte[]
addDocumentSignature
(byte[] indoc, boolean certified) void
setLocation
(String location) void
void
setSignatureGraphics
(boolean flag)
-
Constructor Details
-
PDFSigner
-
-
Method Details
-
setSignatureGraphics
public void setSignatureGraphics(boolean flag) -
setReason
-
setLocation
-
addAttachment
-
addDocumentSignature
public byte[] addDocumentSignature(byte[] indoc, boolean certified) throws IOException, GeneralSecurityException - Throws:
IOException
GeneralSecurityException
-