Signature.engineInitSign

Signature.engineInitSign

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract void engineInitSign( PrivateKey privateKey ) throws InvalidKeyException
Parameters
privateKey
the private key of the identity whose signature will be generated.
Description
SPI: Initializes this signature object with the specified private key for signing operations.

Exceptions
InvalidKeyException if the key is improperly encoded, parameters are missing, and so on.