るりまサーチ

最速Rubyリファレンスマニュアル検索!
36件ヒット [1-36件を表示] (0.119秒)

別のキーワード

  1. openssl t61string
  2. asn1 t61string
  3. t61string new
  4. matrix t
  5. fiddle type_size_t

ライブラリ

キーワード

検索結果

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

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

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

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

OpenSSL::X509::Request#attributes -> [OpenSSL::X509::Attribute] (12470.0)

CSR が保持している attribute を OpenSSL::X509::Attribute の配列で返します。

... attribute を OpenSSL::X509::Attribute
の配列で返します。

attribute
とは X.509 証明書署名要求 に含まれる申請者に関する
追加的な情報です。必須ではありません。X.509v3 拡張領域を
CSR に含めるときは "reqExt" という oid attribute...
...を追加
します。

@
see OpenSSL::X509::Request#attribute=,
OpenSSL::X509::Request#add_attribute...

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

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

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

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