48件ヒット
[1-48件を表示]
(0.207秒)
別のキーワード
クラス
モジュール
- OpenURI (24)
検索結果
先頭4件
- OpenSSL
:: X509 :: Store . new -> OpenSSL :: X509 :: Store - OpenSSL
:: X509 :: StoreContext . new(store , cert , chain=nil) -> OpenSSL :: X509 :: StoreContext - OpenURI
. open _ uri(name , mode = & # 39;r& # 39; , perm = nil , options = {}) -> StringIO - OpenURI
. open _ uri(name , mode = & # 39;r& # 39; , perm = nil , options = {}) {|sio| . . . } -> nil
-
OpenSSL
:: X509 :: Store . new -> OpenSSL :: X509 :: Store (21102.0) -
空の Store オブジェクトを生成します。
...空の Store オブジェクトを生成します。
@raise OpenSSL::X509::StoreError オブジェクトの生成に失敗した場合に発生します... -
OpenSSL
:: X509 :: StoreContext . new(store , cert , chain=nil) -> OpenSSL :: X509 :: StoreContext (3113.0) -
証明書ストアコンテキストを生成します。
...明書を含む OpenSSL::X509::Store
オブジェクトを渡します。 cert は検証対象の証明書、chain は
中間 CA 証明書チェインを証明書の配列で渡します。
@param store ルート CA 群を持っている証明書ストア
(OpenSSL::X509::Store オブジェ......検証対象となる証明書(OpenSSL::X509::Certificate オブジェクト)
@param chain 検証に利用する証明書チェイン
(OpenSSL::X509::Certificate オブジェクトの配列)
@raise OpenSSL::X509::StoreError コンテキストの生成に失敗した場合に発生します... -
OpenURI
. open _ uri(name , mode = & # 39;r& # 39; , perm = nil , options = {}) -> StringIO (19.0) -
URI である文字列 name のリソースを取得して StringIO オブジェクト として返します。
...明書のディレクトリ名を指定できます。
詳しくは
OpenSSL::X509::Store#add_file、
OpenSSL::X509::Store#add_path
を参照してください。デフォルトの証明書については
OpenSSL::X509::Store#set_default_paths
を参照してください。
: :ssl_verify_mode... -
OpenURI
. open _ uri(name , mode = & # 39;r& # 39; , perm = nil , options = {}) {|sio| . . . } -> nil (19.0) -
URI である文字列 name のリソースを取得して StringIO オブジェクト として返します。
...明書のディレクトリ名を指定できます。
詳しくは
OpenSSL::X509::Store#add_file、
OpenSSL::X509::Store#add_path
を参照してください。デフォルトの証明書については
OpenSSL::X509::Store#set_default_paths
を参照してください。
: :ssl_verify_mode...
