public interface ExternalSignatureContainer
| Modifier and Type | Method and Description |
|---|---|
void |
modifySigningDictionary(PdfDictionary signDic)
Modifies the signature dictionary to suit the container.
|
byte[] |
sign(java.io.InputStream data)
Produces the container with the signature.
|
byte[] sign(java.io.InputStream data)
throws java.security.GeneralSecurityException
data - the data to signjava.security.GeneralSecurityExceptionvoid modifySigningDictionary(PdfDictionary signDic)
signDic - the signature dictionaryCopyright © 2013. All Rights Reserved.