sign(KeyStore,String,InputStream,SignatureDetails) Method
In This Topic
Creates a signature packet for visible signature line.
Syntax
void sign(
java.security.KeyStore ,
java.lang.String ,
java.io.InputStream ,
SignatureDetails
)
|
Parameters
- certificate
- The certificate that will be used to sign the workbook.
- certificatePassword
- signatureImage
- The signature image of the signature line.
- details
- The signature detail of the signature.
Exceptions
Exception | Description |
java.lang.IllegalStateException | Attempted to sign a non-visiblesignature line |
See Also