Signer.initialize

void initialize(PrivateKey key)

Initializes the signer with the private key.

Parameters

keyThe private key to sign with.

Throws

CryptoException when the key is invalid for this algorithm.