1646件ヒット
[1601-1646件を表示]
(0.040秒)
別のキーワード
ライブラリ
- open-uri (12)
- openssl (1436)
- optparse (12)
-
webrick
/ ssl (24)
クラス
- Integer (12)
-
OpenSSL
:: ASN1 :: ASN1Data (24) -
OpenSSL
:: ASN1 :: BMPString (24) -
OpenSSL
:: ASN1 :: BitString (24) -
OpenSSL
:: ASN1 :: Boolean (24) -
OpenSSL
:: ASN1 :: Enumerated (24) -
OpenSSL
:: ASN1 :: GeneralString (24) -
OpenSSL
:: ASN1 :: GeneralizedTime (24) -
OpenSSL
:: ASN1 :: GraphicString (24) -
OpenSSL
:: ASN1 :: IA5String (24) -
OpenSSL
:: ASN1 :: ISO64String (24) -
OpenSSL
:: ASN1 :: Integer (24) -
OpenSSL
:: ASN1 :: Null (24) -
OpenSSL
:: ASN1 :: NumericString (24) -
OpenSSL
:: ASN1 :: OctetString (24) -
OpenSSL
:: ASN1 :: PrintableString (24) -
OpenSSL
:: ASN1 :: Sequence (24) -
OpenSSL
:: ASN1 :: Set (24) -
OpenSSL
:: ASN1 :: T61String (24) -
OpenSSL
:: ASN1 :: UTCTime (24) -
OpenSSL
:: ASN1 :: UTF8String (24) -
OpenSSL
:: ASN1 :: UniversalString (24) -
OpenSSL
:: ASN1 :: VideotexString (24) -
OpenSSL
:: BN (308) -
WEBrick
:: GenericServer (12)
モジュール
- OpenSSL (12)
-
OpenSSL
:: ASN1 (540) -
OpenSSL
:: SSL (12) -
OpenURI
:: Meta (12) -
WEBrick
:: Config (12)
キーワード
-
1
. 6 . 8から1 . 8 . 0への変更点(まとめ) (12) - << (12)
- <=> (12)
- >> (12)
- ASN1 (12)
- BMPString (24)
- BitString (24)
- Boolean (24)
- Cipher (12)
- Enumerated (24)
- GeneralString (24)
- GeneralizedTime (24)
- GraphicString (24)
- IA5String (24)
- ISO64String (24)
- Integer (24)
-
NEWS for Ruby 2
. 0 . 0 (12) -
NEWS for Ruby 2
. 1 . 0 (12) -
NEWS for Ruby 2
. 2 . 0 (11) -
NEWS for Ruby 2
. 3 . 0 (10) -
NEWS for Ruby 2
. 4 . 0 (9) -
NEWS for Ruby 2
. 5 . 0 (8) -
NEWS for Ruby 3
. 1 . 0 (4) - Null (24)
- NumericString (24)
-
OP
_ NO _ COMPRESSION (12) - ObjectId (24)
- OctetString (24)
- OptionParser (12)
- PrintableString (24)
- SSL (12)
- Sequence (24)
- Set (24)
- T61String (24)
- UTCTime (24)
- UTF8String (24)
- UniversalString (24)
- VERSION (12)
- VideotexString (24)
-
bit
_ set? (12) -
clear
_ bit! (12) - cmp (12)
- coerce (12)
- decode (12)
-
drb
/ ssl (12) - lshift! (12)
-
mask
_ bits! (12) -
mod
_ add (12) -
mod
_ exp (12) -
mod
_ inverse (12) -
mod
_ mul (12) -
mod
_ sub (12) - negative? (8)
- new (552)
-
num
_ bits (12) -
num
_ bytes (12) -
pretty
_ print (12) -
prime
_ fasttest? (12) - rshift! (12)
-
ruby 1
. 8 . 2 feature (12) -
ruby 1
. 8 . 3 feature (12) -
ruby 1
. 8 . 4 feature (12) -
rubygems
/ gem _ openssl (12) -
rubygems
/ security (12) -
set
_ bit! (12) -
to
_ bn (12) -
to
_ s (12) - ucmp (12)
- value (12)
- value= (12)
検索結果
先頭4件
-
drb
/ ssl (114.0) -
DRb のプロトコルとして SSL/TLS 上で通信する drbssl が使えるようになります。
...応するメソッドや
OpenSSL::SSL::SSLContext クラス自体のドキュメント、
その他 openssl の各種ドキュメントを参照してください。
: :SSLCertificate
サーバが自分自身を証明するための証明書を指定します。
OpenSSL::SSL::SSLContext#cert=......鍵を指定します。
OpenSSL::SSL::SSLContext#key= で利用します。
デフォルトは nil (指定なし)です。
: :SSLClientCA
クライアント証明書を要求するときにヒント情報として送る
CA のリストを指定します。
OpenSSL::SSL::SSLContext#client_......の
コメント文字列を指定します。
デフォルトは "Generated by Ruby/OpenSSL" です。
オプションで :SSLCertificate と :SSLPrivateKey のペアを指定しなかった場合は
openssl を用いて鍵対と自己署名証明書を生成し、それが利用されます... -
WEBrick
:: GenericServer . new(config = {} , default = WEBrick :: Config :: General) -> WEBrick :: GenericServer (30.0) -
GenericServer オブジェクトを生成して返します。
...目が増えます。以下は増える項目とそのデフォルト値です。
:ServerSoftware => "#{svrsoft} OpenSSL/#{osslv}",
:SSLEnable => true, # Ruby 1.8.3 以降では false がデフォルトです。
:SSLCertificate => nil,
:SSLPrivateKey => nil,......aChainCert => nil,
:SSLCACertificateFile => nil,
:SSLCACertificatePath => nil,
:SSLCertificateStore => nil,
:SSLVerifyClient => ::OpenSSL::SSL::VERIFY_NONE,
:SSLVerifyDepth => nil,
:SSLVerifyCallback => nil, # custom verification
:SSLTimeout => nil,
:SSL......ately => true,
# Must specify if you use auto generated certificate.
:SSLCertName => nil,
:SSLCertComment => "Generated by Ruby/OpenSSL"
@param config サーバの設定を保存したハッシュを指定します。
@param default サーバのデフォルトの設定を保... -
OptionParser (24.0)
-
コマンドラインのオプションを取り扱うためのクラスです。
...登録する。
(3) opt.parse(ARGV) でコマンドラインを実際に parse する。
というような流れになります。
//emlist[][ruby]{
require "optparse"
ProgramConfig = Hash.new
opts = OptionParser.new
opts.on("-a"){|v| ProgramConfig[:a] = true } # オプション「-a」がコ......、そのクラスおよびモジュールで定義されている定数「Version」および「Release」を表示して、終了します。
//emlist{
$ ruby t.rb --version=OptionParser,URI,OpenSSL
t: OptionParser version 12203 (2007-04-20)
t: URI version 0.9.11
t: OpenSSL version 1.0.0
//}... -
OpenURI
:: Meta # meta -> Hash (12.0) -
ヘッダを収録したハッシュを返します。
...します。
//emlist[例][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-enco......します。
//emlist[例][ruby]{
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-...