72件ヒット
[1-72件を表示]
(0.033秒)
別のキーワード
クラス
キーワード
- generator (12)
-
on
_ curve? (12) -
point
_ conversion _ form (12) -
point
_ conversion _ form= (12) -
set
_ generator (12)
検索結果
先頭5件
- OpenSSL
:: PKey :: EC :: Point # group -> OpenSSL :: PKey :: EC :: Group - OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol - OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form=(sym) - OpenSSL
:: PKey :: EC :: Group # generator -> OpenSSL :: PKey :: EC :: Point - OpenSSL
:: PKey :: EC :: Group # set _ generator(generator , order , cofactor) -> self
-
OpenSSL
:: PKey :: EC :: Point # group -> OpenSSL :: PKey :: EC :: Group (21205.0) -
自身と関連付けられた群を返します。
自身と関連付けられた群を返します。 -
OpenSSL
:: PKey :: EC :: Group # point _ conversion _ form -> Symbol (9122.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) (9116.0) -
点のエンコーディング方式を設定します。
...エンコーディング方式を設定します。
以下のいずれかを設定します。
* :compressed
* :uncompressed
* :hybrid
詳しくは X9.62 (ECDSA) などを参照してください。
@param sym 設定する方式(Symbol)
@see OpenSSL::PKey::EC::Group#point_conversion_form... -
OpenSSL
:: PKey :: EC :: Group # generator -> OpenSSL :: PKey :: EC :: Point (3104.0) -
群の生成元を返します。
群の生成元を返します。 -
OpenSSL
:: PKey :: EC :: Group # set _ generator(generator , order , cofactor) -> self (3015.0) -
群のパラメータを設定します。
...を設定します。
@param generator 生成元(OpenSSL::PKey::EC::Point オブジェクト)
@param order 生成元の位数(OpenSSL::BN オブジェクト)
@param cofactor 余因子OpenSSL::BN オブジェクト
@raise OpenSSL::PKey::EC::Group::Error 設定に失敗した場合に発生します... -
OpenSSL
:: PKey :: EC :: Point # on _ curve? -> bool (3015.0) -
点が曲線上にあるならば真を返します。
...点が曲線上にあるならば真を返します。
OpenSSL::PKey::EC::Group で得られる群と関連付けられた
曲線を考えます。
@raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します...