Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ISignature Interface / sign Method / sign(KeyStore,String,InputStream,SignatureDetails) Method
The certificate that will be used to sign the workbook.
The signature image of the signature line.
The signature detail of the signature.
In This Topic
    sign(KeyStore,String,InputStream,SignatureDetails) Method
    In This Topic
    Creates a signature packet for visible signature line.
    Syntax
    void sign( 
       java.security.KeyStore certificate,
       java.lang.String certificatePassword,
       java.io.InputStream signatureImage,
       SignatureDetails details
    )

    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
    ExceptionDescription
    Attempted to sign a non-visiblesignature line
    See Also