Verifier.initialize

void initialize(PublicKey key)

Initializes the verifier with the public key.

Parameters

keyThe public key to verify against.

Throws

CryptoException when the key is invalid for this algorithm.