public interface IExternalSignatureContainer
| Modifier and Type | Method and Description |
|---|---|
void |
modifySigningDictionary(PdfDictionary signDic)
Modifies the signature dictionary to suit the container.
|
byte[] |
sign(InputStream data)
Produces the container with the signature.
|
byte[] sign(InputStream data) throws GeneralSecurityException
data - the data to signGeneralSecurityException - the general security exceptionvoid modifySigningDictionary(PdfDictionary signDic)
PdfName.Filter and
PdfName.SubFilter will have to be set.signDic - the signature dictionaryCopyright © 1998–2022 iText Group NV. All rights reserved.