るりまサーチ

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

別のキーワード

  1. openssl oid
  2. openssl oid=
  3. attribute oid
  4. attribute oid=
  5. objectid oid

ライブラリ

クラス

検索結果

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

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

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

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