るりまサーチ

最速Rubyリファレンスマニュアル検索!
33件ヒット [1-33件を表示] (0.109秒)
トップページ > クエリ:String#ext[x] > クエリ:NEWS for Ruby 2.2.0[x] > クエリ:def_extend_command[x] > クラス:OpenSSL::X509::ExtensionFactory[x]

別のキーワード

  1. rexml/parsers/sax2parser listen
  2. sax2parser listen
  3. argf.class lines
  4. argf.class each_line
  5. argf.class each

ライブラリ

キーワード

検索結果

OpenSSL::X509::ExtensionFactory#create_ext_from_string(str) -> OpenSSL::X509::Extension (15309.0)

文字列から OpenSSL::X509::Extension オブジェクトを生成します。

...から OpenSSL::X509::Extension オブジェクトを生成します。

文字列は "oid = value" もしくは "oid = critical, value" という
形式である必要があります。

@param str 生成する拡張領域のデータの文字列
@see OpenSSL::X509::ExtensionFactory#create_ext...

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

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

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

引数の個数が1個である場合、それが配列、ハッシュ、文字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory
#create_ext_from_array、
OpenSSL::X509::ExtensionFactory
#create_ext_from_has...
...h、
OpenSSL::X509::ExtensionFactory#create_ext_from_string
がそれぞれ呼びだされてオブジェクトを生成します。

引数が2個以上である場合は、
OpenSSL::X509::ExtensionFactory
#create_ext が呼びだされて
オブジェクトを生成します。

@param obj 拡...

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

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

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

引数の個数が1個である場合、それが配列、ハッシュ、文字列のいずれかである
ならば、
OpenSSL::X509::ExtensionFactory
#create_ext_from_array、
OpenSSL::X509::ExtensionFactory
#create_ext_from_has...
...h、
OpenSSL::X509::ExtensionFactory#create_ext_from_string
がそれぞれ呼びだされてオブジェクトを生成します。

引数が2個以上である場合は、
OpenSSL::X509::ExtensionFactory
#create_ext が呼びだされて
オブジェクトを生成します。

@param obj 拡...