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 sign
GeneralSecurityException
void modifySigningDictionary(PdfDictionary signDic)
PdfName.Filter
and PdfName.SubFilter
will have to be set.
signDic
- the signature dictionary
Copyright © 1998–2018 iText Group NV. All rights reserved.