Signer.initialize
void initialize(PrivateKey key)Initializes the signer with the private key.
Parameters
key | The private key to sign with. |
Throws
CryptoException when the key is invalid for this algorithm.
void initialize(PrivateKey key)Initializes the signer with the private key.
key | The private key to sign with. |