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 the content could not be readvoid setSignature(byte[] signature) throws IOException
signature
- CMS signature as byte arrayIOException
- if exception occurred during PDF writingCopyright © 2002–2025 The Apache Software Foundation. All rights reserved.