296件ヒット
[1-100件を表示]
(0.084秒)
ライブラリ
- ビルトイン (12)
-
net
/ ftp (20) - openssl (252)
- prettyprint (12)
クラス
- File (12)
-
Net
:: FTP (20) -
OpenSSL
:: PKey :: EC (24) -
OpenSSL
:: PKey :: EC :: Group (204) -
OpenSSL
:: PKey :: EC :: Point (24) - PrettyPrint (12)
キーワード
- == (12)
-
asn1
_ flag (12) -
asn1
_ flag= (12) - chown (12)
- cofactor (12)
-
curve
_ name (12) - degree (12)
- eql? (12)
- generator (12)
- group= (12)
- mlsd (20)
-
on
_ curve? (12) - order (12)
-
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) - seed (12)
- seed= (12)
-
set
_ generator (12) -
to
_ der (12) -
to
_ pem (12) -
to
_ text (12)
検索結果
先頭5件
- OpenSSL
:: PKey :: EC # group -> OpenSSL :: PKey :: EC :: Group - OpenSSL
:: PKey :: EC :: Point # group -> OpenSSL :: PKey :: EC :: Group - PrettyPrint
# group(indent = 0 , open _ obj = & # 39;& # 39; , close _ obj = & # 39;& # 39; , open _ width = open _ obj . length , close _ width = close _ obj . length) { . . . } -> () - OpenSSL
:: PKey :: EC # group=(gr) - OpenSSL
:: PKey :: EC :: Group # cofactor -> OpenSSL :: BN
-
OpenSSL
:: PKey :: EC # group -> OpenSSL :: PKey :: EC :: Group (21309.0) -
鍵パラメータとなる群を表すオブジェクトを返します。
...鍵パラメータとなる群を表すオブジェクトを返します。
@see OpenSSL::PKey::EC#group=... -
OpenSSL
:: PKey :: EC :: Point # group -> OpenSSL :: PKey :: EC :: Group (21303.0) -
自身と関連付けられた群を返します。
自身と関連付けられた群を返します。 -
PrettyPrint
# group(indent = 0 , open _ obj = & # 39;& # 39; , close _ obj = & # 39;& # 39; , open _ width = open _ obj . length , close _ width = close _ obj . length) { . . . } -> () (18441.0) -
与えられたブロックを実行します。 ブロック内で自身に追加される文字列やオブジェクトは、1行にまとめて表示しても よい同じグループに属すると仮定されます。
...す。pretty printing アルゴリズムはインデントと改行を、
ツリー構造を作ることによって決定します。そして、group メソッドは子ノードの作成と
子ノードのインデントの深さの決定を担当します。
同じノード内で呼ばれた bre......ば全て同時に改行します。
@param indent グループのインデントの深さを指定します。
@param open_obj 指定された場合、self.text(open_obj, open_width) がブロックが
実行される前に呼ばれます。開き括弧などを出力するのに......、self.text(close_obj, close_width) がブロックが
実行された後に呼ばれます。閉じ括弧などを出力するのに使用されます。
@param open_width open_obj のカラムを指定します。
@param close_width close_obj のカラムを指定します。... -
OpenSSL
:: PKey :: EC # group=(gr) (9120.0) -
鍵パラメータとなる群を表すオブジェクトを設定します。
...することはありません。
よく考えて必要な場合のみ利用してください。
@param gr 設定する OpenSSL::PKey::EC::Group オブジェクト
@raise OpenSSL::PKey::ECError Group オブジェクトの設定に失敗した場合に発生します
@see OpenSSL::PKey::EC#group... -
OpenSSL
:: PKey :: EC :: Group # cofactor -> OpenSSL :: BN (6107.0) -
余因子を返します。
...余因子を返します。
@raise OpenSSL::PKey::EC::Group::Error 余因子の取得に失敗した場合に発生します... -
OpenSSL
:: PKey :: EC :: Group # order -> OpenSSL :: BN (6107.0) -
生成元の位数を返します。
...生成元の位数を返します。
@raise OpenSSL::PKey::EC::Group::Error 位数の取得に失敗した場合に発生します... -
OpenSSL
:: PKey :: EC :: Group # generator -> OpenSSL :: PKey :: EC :: Point (6101.0) -
群の生成元を返します。
群の生成元を返します。 -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol (6013.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 # seed=(s) (6013.0) -
seed を設定します。
...seed を設定します。
@param s seed(文字列)
@raise OpenSSL::PKey::EC::Group::Error seedの設定に失敗した場合に発生します。
@see OpenSSL::PKey::EC::Group#seed...