るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.074秒)
トップページ > 種類:インスタンスメソッド[x] > クエリ:option[x] > クラス:OpenSSL::SSL::SSLContext[x]

別のキーワード

  1. option int
  2. option bool
  3. option linger
  4. getoptlong get_option
  5. getoptlong each_option

ライブラリ

キーワード

検索結果

OpenSSL::SSL::SSLContext#options=(options) (6202.0)

オプションを設定します。

...SL::OP_NO_TICKET
* OpenSSL::SSL::OP_PKCS1_CHECK_1
* OpenSSL::SSL::OP_PKCS1_CHECK_2
* OpenSSL::SSL::OP_SINGLE_DH_USE
* OpenSSL::SSL::OP_SINGLE_ECDH_USE
* OpenSSL::SSL::OP_TLS_ROLLBACK_BUG

@param options 設定するオプションフラグ(整数値)
@see OpenSSL::SSL::SSLContext#options...

OpenSSL::SSL::SSLContext#options -> Integer | nil (6102.0)

設定されているオプションフラグを返します。

...設定されているオプションフラグを返します。

@see OpenSSL::SSL::SSLContext#options=...