るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.136秒)
トップページ > 種類:インスタンスメソッド[x] > バージョン:2.5.0[x] > クエリ:string[x] > クエリ:param[x] > クエリ:compute_key[x] > クラス:OpenSSL::PKey::DH[x]

別のキーワード

  1. net/imap param
  2. win32ole win32ole_param
  3. win32ole_param ole_type
  4. win32ole_param output?
  5. win32ole_param input?

ライブラリ

検索結果

OpenSSL::PKey::DH#compute_key(bn) -> String (54631.0)

自分の秘密鍵と相手の公開鍵から鍵文字列を計算し、返します。

自分の秘密鍵と相手の公開鍵から鍵文字列を計算し、返します。

相手の公開鍵は OpenSSL::BN か Integer である必要があります。

@param bn 相手の公開鍵(OpenSSL::BN)