るりまサーチ (Ruby 2.7.0)

最速Rubyリファレンスマニュアル検索!
2件ヒット [1-2件を表示] (0.018秒)
トップページ > バージョン:2.7.0[x] > クエリ:Hash[x] > クエリ:Name[x] > ライブラリ:openssl[x]

別のキーワード

  1. _builtin hash
  2. hash []
  3. matrix hash
  4. dbm to_hash
  5. _builtin to_hash

検索結果

OpenSSL::X509::Name (54091.0)

X.500の識別名(DN, Distinguished Name)を表わすクラス。

X.500の識別名(DN, Distinguished Name)を表わすクラス。

eql? と hash が定義されているため、Hash のキーとして
利用できます。

OpenSSL::X509::Name#hash_old -> Integer (27346.0)

OpenSSL 0.9.8 と互換な古い方式のハッシュ関数の ハッシュ値を返します。

...
OpenSSL
0.9.8 と互換な古い方式のハッシュ関数の
ハッシュ値を返します。

内部では OpenSSL の X509_NAME_hash_old を呼び出します。...