るりまサーチ

最速Rubyリファレンスマニュアル検索!
24件ヒット [1-24件を表示] (0.018秒)
トップページ > クエリ:Object[x] > 種類:インスタンスメソッド[x] > クラス:OpenSSL::X509::Attribute[x]

別のキーワード

  1. objectspace each_object
  2. _builtin each_object
  3. object send
  4. json object
  5. object to_enum

ライブラリ

キーワード

検索結果

OpenSSL::X509::Attribute#oid -> String (24.0)

attribute の Object ID(識別子)を文字列で返します。

...attribute の Object ID(識別子)を文字列で返します。

@raise OpenSSL::X509::AttributeError Object ID の取得に失敗した場合に発生します
@see OpenSSL::X509::Attribute#oid=...

OpenSSL::X509::Attribute#oid=(oid) (24.0)

attribute の Object ID(識別子)を文字列で設定します。

...attribute の Object ID(識別子)を文字列で設定します。

@param oid 設定する Object ID 文字列
@raise OpenSSL::X509::AttributeError oidが不正であった場合に発生します
@see OpenSSL::X509::Attribute#oid...