ExternalBlankSignatureContainer
public interface ExternalSignatureContainer
Modifier and Type | Method | 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.GeneralSecurityException
void modifySigningDictionary(PdfDictionary signDic)
signDic
- the signature dictionaryCopyright © 1998–2018. All rights reserved.