openssl_dh_compute_key
()
openssl_dh_compute_key — Computes shared secret for public value of remote DH key and local DH key
説明
string openssl_dh_compute_key
( string $pub_key
, resource $dh_key
)
警告
この関数は、 現在のところ詳細な情報はありません。引数のリストのみが 記述されています。
パラメータ
- pub_key
-
Public key
- dh_key
-
DH key
返り値
Returns computed key on success or FALSE on failure.
openssl_dh_compute_key
There are no user contributed notes for this page.
