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
IOException
- if something went wrongvoid setSignature(byte[] signature) throws IOException
signature
- CMS signature as byte arrayIOException
- if exception occured during PDF writingCopyright © 2002–2018 The Apache Software Foundation. All rights reserved.