Verifier.initialize
void initialize(PublicKey key)Initializes the verifier with the public key.
Parameters
key | The public key to verify against. |
Throws
CryptoException when the key is invalid for this algorithm.
void initialize(PublicKey key)Initializes the verifier with the public key.
key | The public key to verify against. |