るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. openssl new
  2. openssl digest
  3. openssl to_der
  4. openssl to_s
  5. openssl hexdigest

ライブラリ

キーワード

検索結果

OpenSSL::X509::ExtensionFactory#create_extension(oid, value, critical=false) -> OpenSSL::X509::Extension (33736.0)

OpenSSL::X509::Extension のインスタンスを生成して返します。

...れが配列、ハッシュ、文字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory
#create_ext_from_array、
OpenSSL::X509::ExtensionFactory
#create_ext_from_hash、
OpenSSL::X509::ExtensionFactory
#create_ext_from_string、
がそれぞれ呼びだされてオブジェクト...

OpenSSL::X509::ExtensionFactory#create_extension(obj) -> OpenSSL::X509::Extension (33436.0)

OpenSSL::X509::Extension のインスタンスを生成して返します。

...れが配列、ハッシュ、文字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory
#create_ext_from_array、
OpenSSL::X509::ExtensionFactory
#create_ext_from_hash、
OpenSSL::X509::ExtensionFactory
#create_ext_from_string、
がそれぞれ呼びだされてオブジェクト...

OpenSSL::X509::ExtensionFactory#create_ext(oid, value, critical = false) -> OpenSSL::X509::Extension (33361.0)

OpenSSL::X509::Extension のインスタンスを生成して返します。

OpenSSL::X509::Extension のインスタンスを生成して返します。

@param oid 拡張領域の識別子を表す文字列
@param value 拡張領域の値を表す文字列
@param critical 重要度(真偽値)