775件ヒット
[201-300件を表示]
(0.077秒)
別のキーワード
ライブラリ
- ビルトイン (210)
-
cgi
/ html (48) - etc (96)
-
net
/ ftp (30) -
net
/ imap (12) - openssl (252)
- pathname (24)
- pp (24)
- prettyprint (13)
- shell (6)
-
shell
/ command-processor (6) -
shell
/ filter (6) -
webrick
/ httpauth / htgroup (48)
クラス
-
Etc
:: Group (96) - File (12)
- Hash (12)
- MatchData (30)
-
Net
:: FTP (20) -
Net
:: FTP :: MLSxEntry (10) -
Net
:: IMAP :: Address (12) - Object (12)
-
OpenSSL
:: PKey :: EC (24) -
OpenSSL
:: PKey :: EC :: Group (204) -
OpenSSL
:: PKey :: EC :: Point (24) - PP (12)
- Pathname (24)
- PrettyPrint (13)
- Shell (6)
-
Shell
:: CommandProcessor (6) -
Shell
:: Filter (6) - Thread (12)
- ThreadGroup (48)
-
WEBrick
:: HTTPAuth :: Htgroup (48)
モジュール
-
CGI
:: HtmlExtension (48) - Enumerable (96)
キーワード
- == (12)
- add (24)
-
asn1
_ flag (12) -
asn1
_ flag= (12) - byteoffset (6)
-
checkbox
_ group (24) - chown (42)
- cofactor (12)
-
curve
_ name (12) - degree (12)
- enclose (12)
- enclosed? (12)
- eql? (12)
- facts (10)
- first? (1)
- flush (12)
- generator (12)
- gid (12)
- gid= (12)
- grep (24)
- group= (12)
-
group
_ by (24) - invert (12)
- lchown (12)
- list (12)
- mailbox (12)
-
max
_ by (48) - mem (12)
- mem= (12)
- members (12)
- mlsd (20)
- name (12)
- name= (12)
-
object
_ group (12) - offset (24)
-
on
_ curve? (12) - order (12)
- passwd (12)
- passwd= (12)
-
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) -
pretty
_ print (12) -
radio
_ group (24) - reload (12)
- seed (12)
- seed= (12)
-
set
_ generator (12) -
to
_ der (12) -
to
_ pem (12) -
to
_ text (12)
検索結果
先頭5件
-
OpenSSL
:: PKey :: EC :: Group # seed=(s) (3013.0) -
seed を設定します。
...seed を設定します。
@param s seed(文字列)
@raise OpenSSL::PKey::EC::Group::Error seedの設定に失敗した場合に発生します。
@see OpenSSL::PKey::EC::Group#seed... -
ThreadGroup
# enclose -> self (3013.0) -
自身への ThreadGroup#add によるスレッドの追加・削除を禁止します。 enclose された ThreadGroup に追加や削除を行うと例外 ThreadError が発生します。
...自身への ThreadGroup#add によるスレッドの追加・削除を禁止します。
enclose された ThreadGroup に追加や削除を行うと例外 ThreadError が発生します。
ただし、Thread.new によるスレッドの追加は禁止されません。enclose されたスレッ......ループ A に属します。
追加の例:
thg = ThreadGroup.new.enclose
thg.add Thread.new {}
=> -:2:in `add': can't move to the enclosed thread group (ThreadError)
削除の例:
thg1 = ThreadGroup.new
thg2 = ThreadGroup.new
th = Thread.new {sleep 1}
thg1.add th
thg1.enclos......e
thg2.add th
=> -:8:in `add': can't move from the enclosed thread group (ThreadError)... -
OpenSSL
:: PKey :: EC :: Group # ==(other) -> bool (3007.0) -
自身が other と等しいときは true を返します。
...自身が other と等しいときは true を返します。
@param other 比較対象の OpenSSL::PKey::EC::Group オブジェクト... -
OpenSSL
:: PKey :: EC :: Group # asn1 _ flag -> Integer (3007.0) -
自身に設定された ASN1 フラグを返します。
...自身に設定された ASN1 フラグを返します。
@see OpenSSL::PKey::EC::Group#asn1_flag=... -
OpenSSL
:: PKey :: EC :: Group # asn1 _ flag=(flags) (3007.0) -
自身に ASN1 フラグを設定します。
...自身に ASN1 フラグを設定します。
現在利用可能なフラグは以下の通りです。
* OpenSSL::PKey::EC::NAMED_CURVE
@see OpenSSL::PKey::EC::Group#asn1_flag... -
OpenSSL
:: PKey :: EC :: Group # cofactor -> OpenSSL :: BN (3007.0) -
余因子を返します。
...余因子を返します。
@raise OpenSSL::PKey::EC::Group::Error 余因子の取得に失敗した場合に発生します... -
OpenSSL
:: PKey :: EC :: Group # eql?(other) -> bool (3007.0) -
自身が other と等しいときは true を返します。
...自身が other と等しいときは true を返します。
@param other 比較対象の OpenSSL::PKey::EC::Group オブジェクト... -
OpenSSL
:: PKey :: EC :: Group # order -> OpenSSL :: BN (3007.0) -
生成元の位数を返します。
...生成元の位数を返します。
@raise OpenSSL::PKey::EC::Group::Error 位数の取得に失敗した場合に発生します... -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form=(sym) (3007.0) -
点のエンコーディング方式を設定します。
...エンコーディング方式を設定します。
以下のいずれかを設定します。
* :compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@param sym 設定する方式(Symbol)
@see OpenSSL::PKey::EC::Group#point_conversion_form...