3件ヒット
[1-3件を表示]
(0.011秒)
別のキーワード
ライブラリ
-
digest
/ md5 (1) -
webrick
/ config (1)
モジュール
-
WEBrick
:: Config (1)
キーワード
- DigestAuth (1)
-
digest
/ md5 (1)
検索結果
-
digest
/ md5 (96097.0) -
1321 に記述されている RSA Data Security, Inc. の MD5 Message-Digest Algorithmを実装するクラスを提供するライブラリです。
1321 に記述されている RSA Data Security, Inc. の MD5 Message-Digest
Algorithmを実装するクラスを提供するライブラリです。 -
Digest
:: MD5 (63097.0) -
1321 に記述されている RSA Data Security, Inc. の MD5 Message-Digest Algorithmを実装するクラスです。
1321 に記述されている RSA Data Security, Inc. の MD5 Message-Digest
Algorithmを実装するクラスです。 -
WEBrick
:: Config :: DigestAuth -> Hash (18355.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 '...