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

    Parameters

    certificate
    The certificate that will be used to sign the workbook.
    certificatePassword
    details
    The signature detail of the signature.
    Exceptions
    ExceptionDescription
    Attempted to sign a visible signatureline
    See Also