|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ExternalSignatureContainer
Interface to sign a document. The signing is fully done externally, including the container composition.
| Method Summary | |
|---|---|
void |
modifySigningDictionary(PdfDictionary signDic)
Modifies the signature dictionary to suit the container. |
byte[] |
sign(java.io.InputStream data)
Produces the container with the signature. |
| Method Detail |
|---|
byte[] sign(java.io.InputStream data)
throws java.security.GeneralSecurityException
data - the data to sign
java.security.GeneralSecurityExceptionvoid modifySigningDictionary(PdfDictionary signDic)
signDic - the signature dictionary
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||