SigningSupportpublic interface ExternalSigningSupport
| Modifier and Type | Method | Description |
|---|---|---|
java.io.InputStream |
getContent() |
Get PDF content to be signed.
|
void |
setSignature(byte[] signature) |
Set CMS signature bytes to PDF.
|
java.io.InputStream getContent()
throws java.io.IOException
java.io.IOException - if something went wrongvoid setSignature(byte[] signature)
throws java.io.IOException
signature - CMS signature as byte arrayjava.io.IOException - if exception occured during PDF writingCopyright © 2002–2018. All rights reserved.