public interface ExternalSigningSupport
| Modifier and Type | Method and Description |
|---|---|
InputStream |
getContent()
Get PDF content to be signed.
|
void |
setSignature(byte[] signature)
Set CMS signature bytes to PDF.
|
InputStream getContent() throws IOException
IOExceptionvoid setSignature(byte[] signature)
throws IOException
signature - CMS signature as byte arrayIOException - if exception occured during PDF writingCopyright © 2002–2017 The Apache Software Foundation. All rights reserved.