36件ヒット
[1-36件を表示]
(0.103秒)
種類
- インスタンスメソッド (24)
- クラス (12)
ライブラリ
- openssl (24)
-
rdoc
/ context (12)
クラス
-
OpenSSL
:: Config (12) -
RDoc
:: Context (12)
キーワード
- Config (12)
-
set
_ current _ section (12)
検索結果
先頭3件
-
OpenSSL
:: Config # sections -> [String] (21101.0) -
オブジェクトに含まれる全てのセクション名の配列を返します。
オブジェクトに含まれる全てのセクション名の配列を返します。 -
OpenSSL
:: Config (3006.0) -
OpenSSL の設定ファイルを表すクラスです。
...OpenSSL の設定ファイルを表すクラスです。
OpenSSL の設定ファイルは、キーと文字列を対応付けた単純な構造をしています。
また、キーはセクションによってグループ分けされています。
どのセクションにも属さないグロー......uire 'openssl'
conf = OpenSSL::Config.load(OpenSSL::Config::DEFAULT_CONFIG_FILE)
p conf.sections # => ["req_distinguished_name", "req_attributes", "proxy_cert_ext", "policy_anything", "CA_default", ...]
p conf.get_value("", "HOME") # => "."
p conf.get_value("CA_default", "default_days") # =... -
RDoc
:: Context # set _ current _ section(title , comment) -> () (116.0) -
Handle sections
...Handle sections...