るりまサーチ (Ruby 2.6.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.036秒)
トップページ > クエリ:Digest[x] > バージョン:2.6.0[x] > クエリ:DigestAuth[x] > クエリ:algorithm[x]

別のキーワード

  1. openssl digest
  2. digest digest
  3. digest new
  4. digest
  5. base digest

検索結果

WEBrick::Config::DigestAuth -> Hash (72688.0)

WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

WEBrick::HTTPAuth::DigestAuth の設定のデフォルト値を保持したハッシュです。

require 'webrick'
WEBrick::Config::DigestAuth = {
:Algorithm => 'MD5-sess', # or 'MD5'
:Domain => nil, # an array includes domain names.
:Qop => [ 'auth' ], # 'auth' or '...

WEBrick::HTTPAuth::DigestAuth#algorithm -> String (72304.0)

アルゴリズムを表す文字列を返します。

アルゴリズムを表す文字列を返します。