60件ヒット
[1-60件を表示]
(0.113秒)
クラス
-
JSON
:: State (24) -
Net
:: HTTP (12) -
OpenSSL
:: SSL :: SSLContext (12) -
OpenSSL
:: X509 :: StoreContext (12)
キーワード
- depth= (12)
-
error
_ depth (12) -
verify
_ depth (24)
検索結果
先頭5件
-
JSON
:: State # depth -> Integer (24335.0) -
This integer returns the current depth of data structure nesting.
...
This integer returns the current depth of data structure nesting.... -
JSON
:: State # depth=(depth) (12435.0) -
This sets the maximum level of data structure nesting in the generated JSON to the integer depth, max_nesting = 0 if no maximum should be checked.
...
This sets the maximum level of data structure nesting in the generated
JSON to the integer depth, max_nesting = 0 if no maximum should be
checked.... -
Net
:: HTTP # verify _ depth -> Integer (12315.0) -
証明書チェイン上の検証する最大の深さを返します。
...証明書チェイン上の検証する最大の深さを返します。
@see Net::HTTP#verify_depth=, OpenSSL::SSL::SSLContext#verify_depth... -
OpenSSL
:: SSL :: SSLContext # verify _ depth -> Integer | nil (12309.0) -
証明書チェイン上の検証する最大の深さを返します。
...証明書チェイン上の検証する最大の深さを返します。
デフォルトは nil です。
@see OpenSSL::SSL::SSLContext#verify_depth=... -
OpenSSL
:: X509 :: StoreContext # error _ depth -> Integer (12303.0) -
エラーが起きた場所の深さを返します。
...:StoreContext#verify を呼び出したあと、
このメソッドを呼ぶと検証でエラーが起きた場所の深さを返します。
証明書チェインの各証明書を検証した
コールバック(OpenSSL::X509::Store#verify_callback=)が検証時に
呼びだされ、StoreContext...