KeyAgreement.initialize
void initialize(PrivateKey privateKey)Initializes the key agreement with the local private key.
Parameters
privateKey | The local private key. |
void initialize(PrivateKey privateKey)Initializes the key agreement with the local private key.
privateKey | The local private key. |