openssl_dh_compute_key
()
openssl_dh_compute_key — Computes shared secret for public value of remote DH key and local DH key
Descrierea
string openssl_dh_compute_key
( string $pub_key
, resource $dh_key
)
Avertizare
Această funcţie nu este documentată în prezent; este disponibilă numai lista sa de argumente.
Parametri
- pub_key
-
Public key
- dh_key
-
DH key
Valorile întroarse
Returns computed key on success sau FALSE în cazul eşecului.
openssl_dh_compute_key
There are no user contributed notes for this page.
