別のキーワード
種類
- インスタンスメソッド (72)
- クラス (60)
- ライブラリ (48)
- 定数 (12)
- 文書 (12)
ライブラリ
-
digest
/ md5 (12) -
digest
/ sha1 (12) -
digest
/ sha2 (36) -
net
/ imap (24) - openssl (36)
-
webrick
/ config (12) -
webrick
/ httpauth / digestauth (12)
クラス
-
Net
:: IMAP (24) -
OpenSSL
:: X509 :: CRL (12) -
OpenSSL
:: X509 :: Certificate (12) -
OpenSSL
:: X509 :: Request (12) -
WEBrick
:: HTTPAuth :: DigestAuth (12)
モジュール
-
WEBrick
:: Config (12)
キーワード
- DigestAuth (12)
- MD5 (12)
- SHA1 (12)
- SHA256 (12)
- SHA384 (12)
- SHA512 (12)
-
digest
/ md5 (12) -
digest
/ sha1 (12) -
digest
/ sha2 (12) -
ruby 1
. 6 feature (12) -
rubygems
/ commands / generate _ index _ command (12) -
signature
_ algorithm (36) - thread (12)
-
uid
_ thread (12)
検索結果
先頭5件
-
WEBrick
:: HTTPAuth :: DigestAuth # algorithm -> String (24201.0) -
アルゴリズムを表す文字列を返します。
アルゴリズムを表す文字列を返します。 -
OpenSSL
:: X509 :: CRL # signature _ algorithm -> String (12201.0) -
署名に使ったアルゴリズム名を文字列で返します。
署名に使ったアルゴリズム名を文字列で返します。
@raise OpenSSL::X509::CRLError 名前の取得に失敗した場合に発生します -
OpenSSL
:: X509 :: Certificate # signature _ algorithm -> String (12201.0) -
発行者 (CA) が証明書に署名するのに使ったアルゴリズムです。
発行者 (CA) が証明書に署名するのに使ったアルゴリズムです。 -
OpenSSL
:: X509 :: Request # signature _ algorithm -> String (12201.0) -
証明書署名要求の署名に使われているアルゴリズム名を文字列で返します。
証明書署名要求の署名に使われているアルゴリズム名を文字列で返します。 -
rubygems
/ commands / generate _ index _ command (12006.0) -
ある Gem サーバに対するインデックスを作成するためのライブラリです。
...ある Gem サーバに対するインデックスを作成するためのライブラリです。
Usage: gem generate_index [options]
Options:
-d, --directory=DIRNAME repository base dir containing gems subdir
Common Options:
-h, --help この......--config-file FILE 指定された設定ファイルを使用します
--backtrace バックトレースを表示します
--debug Ruby 自体のデバッグオプションを有効にします
Summary:
Generates the......ck/Marshal.<version>/<gemname>.gemspec.rz # Marshal quick index file
Marshal.<version>
Marshal.<version>.Z # Marshal full index
yaml
yaml.Z # legacy YAML full index
The .Z and .rz extension files are compressed with the inflate algorithm.
The
Mars... -
WEBrick
:: Config :: DigestAuth -> Hash (6106.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... -
digest
/ sha2 (6018.0) -
FIPS PUB 180-2に記述されているNIST (the US' National Institute of Standards and Technology) の以下のアルゴリズムを実装するクラスを提供す るライブラリです。
...FIPS PUB 180-2に記述されているNIST (the US' National Institute of
Standards and Technology) の以下のアルゴリズムを実装するクラスを提供す
るライブラリです。
* SHA-256 Secure Hash Algorithm
* SHA-384 Secure Hash Algorithm
* SHA-512 Secure Hash Algorithm... -
digest
/ md5 (6016.0) -
1321 に記述されている RSA Data Security, Inc. の MD5 Message-Digest Algorithmを実装するクラスを提供するライブラリです。
...1321 に記述されている RSA Data Security, Inc. の MD5 Message-Digest
Algorithmを実装するクラスを提供するライブラリです。... -
digest
/ sha1 (6016.0) -
NIST (the US' National Institute of Standards and Technology) のSHA-1 Secure Hash Algorithmを実装するクラスを提供するライブラリです。
...NIST (the US' National Institute of Standards and Technology) のSHA-1
Secure Hash Algorithmを実装するクラスを提供するライブラリです。...