るりまサーチ (Ruby 2.6.0)

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

別のキーワード

  1. socket open
  2. _builtin open
  3. csv open
  4. tempfile open
  5. zlib open

ライブラリ

検索結果

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

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

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

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