method
compute_key
v1_9_1_378 -
Show latest stable
- Class:
OpenSSL::PKey::DH
compute_key(p1)public
Parameters
-
pub_bn is a OpenSSL::BN.
Returns aString containing a shared secret computed from the other parties public value.
See DH_compute_key() for further information.