るりまサーチ

最速Rubyリファレンスマニュアル検索!
12件ヒット [1-12件を表示] (0.012秒)
トップページ > クエリ:attributes[x] > クラス:OpenSSL::ASN1::ObjectId[x]

別のキーワード

  1. rexml/document attributes
  2. attributes <<
  3. attributes []
  4. attributes []=
  5. attributes add

ライブラリ

検索結果

OpenSSL::ASN1::ObjectId.register(oid, short_name, long_name) -> true (13.0)

オブジェクト識別子に対応する名前(short name と long name)を OpenSSLの内部テーブルに登録します。

...になります。

例:

require "openssl"
OpenSSL::ASN1::ObjectId
.register(
"2.5.29.9", "subjectDirAttrs", "X509v3 Subject Directory Attributes")
p OpenSSL::ASN1::ObjectId.new("2.5.29.9").long_name
# => "X509v3 Subject Directory Attributes"

@param oid 登録する識別子(ドット...