るりまサーチ (Ruby 2.4.0)

最速Rubyリファレンスマニュアル検索!
1件ヒット [1-1件を表示] (0.044秒)
トップページ > クエリ:openssl[x] > バージョン:2.4.0[x] > 種類:定数[x] > クエリ:NO_PADDING[x]

別のキーワード

  1. socket so_no_check
  2. etc pc_no_trunc
  3. zlib no_flush
  4. getoptlong no_argument
  5. tracer get_thread_no

ライブラリ

クラス

検索結果

OpenSSL::PKey::RSA::NO_PADDING -> Integer (87379.0)

パディングをしないパディングモードです。

パディングをしないパディングモードです。

セキュリティ上の問題を引き起すため、基本的に使わないでください。

OpenSSL::PKey::RSA#public_encrypt、
OpenSSL::PKey::RSA#public_decrypt、
OpenSSL::PKey::RSA#private_encrypt、
OpenSSL::PKey::RSA#private_decrypt の
第二引数に指定できます。