るりまサーチ (Ruby 2.5.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.044秒)
トップページ > バージョン:2.5.0[x] > クエリ:y[x] > クエリ:cipher[x] > クエリ:key=[x]

別のキーワード

  1. openssl cipher
  2. cipher decrypt
  3. cipher encrypt
  4. webrick/https cipher
  5. cipher key=

ライブラリ

クラス

検索結果

OpenSSL::Cipher#key=(key) (81601.0)

暗号鍵を設定します。

暗号鍵を設定します。

なお、ここでいう「暗号鍵」は各暗号アルゴリズムに渡される鍵であって、
「パスワード」ではありません。

OpenSSL::PKey::RSA (9037.0)

RSA 暗号鍵のクラスです。

RSA 暗号鍵のクラスです。

通常このクラスで利用するのは、
OpenSSL::PKey::RSA.generate, OpenSSL::PKey::RSA.new,
OpenSSL::PKey::RSA#public?, OpenSSL::PKey::RSA#private?,
OpenSSL::PKey::RSA#public_key, OpenSSL::PKey::RSA#to_text,
OpenSSL::PKey::RSA#to_pem, OpenSSL::PKey::RSA#to_der
のいずれかでしょう。これ以外のメソッドを利用するときは
RSA についてよく理解し、必要な場...