Signature.initVerify
Class Overview | Class Members |
This Package |
All Packages
public final void initVerify( PublicKey publicKey ) throws InvalidKeyException
Parameters
- publicKey
- the public key of the identity whose signature is
going to be verified.
Description
Initializes this object for verification. If this method is called
again with a different argument, it negates the effect
of this call.
Exceptions
InvalidKeyException
if the key is invalid.