るりまサーチ

最速Rubyリファレンスマニュアル検索!
7124件ヒット [7101-7124件を表示] (0.104秒)
トップページ > クエリ:openssl[x] > 種類:インスタンスメソッド[x]

別のキーワード

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

ライブラリ

キーワード

検索結果

<< < ... 70 71 72 >>

OpenURI::Meta#meta -> Hash (7.0)

ヘッダを収録したハッシュを返します。

...][ruby]{
require 'open-uri'
open('http://example.com/') {|f|
p f.meta
#=> {"date"=>"Sun, 04 May 2008 11:26:40 GMT",
# "content-type"=>"text/html;charset=utf-8",
# "server"=>"Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e",
# "transfer-encoding"=>"chunked"}
}
//}...
...uby]{
require 'open-uri'
URI.open('http://example.com/') {|f|
p f.meta
#=> {"date"=>"Sun, 04 May 2008 11:26:40 GMT",
# "content-type"=>"text/html;charset=utf-8",
# "server"=>"Apache/2.0.54 (Debian GNU/Linux) mod_ssl/2.0.54 OpenSSL/0.9.7e",
# "transfer-encoding"=>"chunked"}
}
//}...

WEBrick::HTTPRequest#cipher -> Array (7.0)

現在実際に使われている暗号の情報を配列で返します。

...現在実際に使われている暗号の情報を配列で返します。

@see OpenSSL::SSL::SSLSocket#cipher...
<< < ... 70 71 72 >>