るりまサーチ (Ruby 3.4)

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

別のキーワード

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

ライブラリ

キーワード

検索結果

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

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

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

- **raise** `OpenSSL::X509::AttributeError` -- Object ID の取得に失敗した場合に発生します
- **SEE** [m:OpenSSL::X509::Attribute#oid=]...

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

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

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

- **param** `oid` -- 設定する Object ID 文字列
- **raise** `OpenSSL::X509::AttributeError` -- oidが不正であった場合に発生します
- **SEE** [m:OpenSSL::X509::Attribute#oid]...