2件ヒット
[1-2件を表示]
(0.035秒)
検索結果
-
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]...
