Signature.engineInitVerify

Signature.engineInitVerify

Class Overview | Class Members | This Package | All Packages

Syntax
protected abstract void engineInitVerify( PublicKey publicKey ) throws InvalidKeyException
Parameters
publicKey
the public key of the identity whose signature is going to be verified.
Description
SPI: Initializes this signature object with the specified public key for verification operations.

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