るりまサーチ (Ruby 2.3.0)

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

別のキーワード

  1. httpstatus rc_see_other
  2. webrick/httpstatus rc_see_other
  3. rc_see_other webrick/httpstatus
  4. rc_see_other webrick::httpstatus

ライブラリ

キーワード

検索結果

OpenSSL::Engine#ctrl_cmd(cmd, val=nil) -> self (79.0)

engine にコマンドを送ります。

...engine にコマンドを送ります。

@param cmd コマンド名(文字列)
@param val コマンド引数(文字列)
@see OpenSSL::Engine#ctrl_cmd...

OpenSSL::Engine#cmds -> [[String, String, String]] (43.0)

その engine がサポートしているコマンドの一覧を 配列で返します。

...その engine がサポートしているコマンドの一覧を
配列で返します。

配列の各要素は
[コマンド名、コマンドの説明、コマンドのフラグ]
という3つの文字列の配列です。

@see OpenSSL::Engine#ctrl_cmd...

OpenSSL::Engine#id -> String (43.0)

engine の識別子を文字列で返します。

...engine の識別子を文字列で返します。

@see OpenSSL::Engine#name...

OpenSSL::Engine#name -> String (43.0)

engine の(人間に読みやすい)名称を文字列で返します。

...engine の(人間に読みやすい)名称を文字列で返します。

例:
engine.name # => "Atalla hardware engine support"

@see OpenSSL::Engine#id...