216件ヒット
[1-100件を表示]
(0.090秒)
ライブラリ
- ビルトイン (12)
- openssl (60)
- psych (12)
- rubygems (12)
-
rubygems
/ package / tar _ header (12) -
rubygems
/ specification (12) -
webrick
/ httpversion (24) - win32ole (60)
クラス
-
Gem
:: Package :: TarHeader (12) -
Gem
:: Specification (12) -
OpenSSL
:: PKey :: EC :: Group (24) -
OpenSSL
:: X509 :: CRL (12) -
OpenSSL
:: X509 :: Certificate (12) -
OpenSSL
:: X509 :: Request (12) -
Psych
:: Nodes :: Document (12) -
RubyVM
:: InstructionSequence (12) -
WEBrick
:: Cookie (12) -
WEBrick
:: HTTPVersion (24) - WIN32OLE (12)
-
WIN32OLE
_ TYPE (24) -
WIN32OLE
_ TYPELIB (24)
モジュール
-
Gem
:: QuickLoader (12)
キーワード
-
calculate
_ integers _ for _ gem _ version (12) - major (12)
-
major
_ version (24) - minor (12)
-
minor
_ version (24) -
ole
_ query _ interface (12) -
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) -
specification
_ version (12) -
to
_ a (12)
検索結果
先頭5件
-
Gem
:: Package :: TarHeader # version -> Integer (18218.0) -
tar のヘッダに含まれる version を返します。
...tar のヘッダに含まれる version を返します。... -
OpenSSL
:: X509 :: Certificate # version -> Integer (18218.0) -
X509 証明書の version です。 v1の場合は 0 、v3 の場合は 2 となります。
...X509 証明書の version です。 v1の場合は 0 、v3 の場合は 2 となります。... -
OpenSSL
:: X509 :: CRL # version -> Integer (18208.0) -
その CRL が準拠している規格のバージョンを返します。
...その CRL が準拠している規格のバージョンを返します。
X.509 v2 CRL であれば 1 を返します。
@see OpenSSL::X509::CRL#version=... -
OpenSSL
:: X509 :: Request # version -> Integer (18208.0) -
バージョンを返します。
...バージョンを返します。
PKCS#10 v1.7(2986)では0を返します。
@see OpenSSL::X509::Request#version=... -
Psych
:: Nodes :: Document # version -> [Integer] (18208.0) -
YAML ドキュメントのバージョンを返します。
...YAML ドキュメントのバージョンを返します。
@see Psych::Nodes::Document#version=,
Psych::Nodes::Document.new... -
WEBrick
:: Cookie # version -> Integer (18203.0) -
Cookie のバージョン番号を整数で表すアクセサです。
Cookie のバージョン番号を整数で表すアクセサです。
@param value Cookie のバージョン番号を整数で指定します。 -
Gem
:: QuickLoader # calculate _ integers _ for _ gem _ version (12202.0) -
prelude.c で定義されている内部用のメソッドです。
prelude.c で定義されている内部用のメソッドです。 -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol (12201.0) -
点のエンコーディング方式を返します。
...:compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@raise OpenSSL::PKey::EC::Group::Error 得られたエンコーディングが未知の値であった
場合に発生します。
@see OpenSSL::PKey::EC::Group#point_conversion_form=... -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form=(sym) (12201.0) -
点のエンコーディング方式を設定します。
...エンコーディング方式を設定します。
以下のいずれかを設定します。
* :compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@param sym 設定する方式(Symbol)
@see OpenSSL::PKey::EC::Group#point_conversion_form...