るりまサーチ

最速Rubyリファレンスマニュアル検索!
96件ヒット [1-96件を表示] (0.024秒)
トップページ > クエリ:@[x] > 種類:インスタンスメソッド[x] > ライブラリ:openssl[x] > クラス:OpenSSL::PKey::EC::Point[x]

キーワード

検索結果

OpenSSL::PKey::EC::Point#make_affine! -> self (36.0)

@todo @raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します

...@todo
@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します...

OpenSSL::PKey::EC::Point#infinity? -> bool (16.0)

自身が無限遠点であるならば true を返します。

...自身が無限遠点であるならば true を返します。

@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します
@
see OpenSSL::PKey::EC::Point#set_to_infinity!...

OpenSSL::PKey::EC::Point#set_to_infinity! -> self (16.0)

自身を無限遠点に設定します。

...自身を無限遠点に設定します。

@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します
@
see OpenSSL::PKey::EC::Point#infinity!...

OpenSSL::PKey::EC::Point#==(other) -> bool (10.0)

自身が other と等しいならば true を返します。

...自身が other と等しいならば true を返します。

@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します...

OpenSSL::PKey::EC::Point#eql?(other) -> bool (10.0)

自身が other と等しいならば true を返します。

...自身が other と等しいならば true を返します。

@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します...

絞り込み条件を変える

OpenSSL::PKey::EC::Point#invert! -> self (10.0)

自身をその逆元に設定します。

...自身をその逆元に設定します。

@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します...

OpenSSL::PKey::EC::Point#on_curve? -> bool (10.0)

点が曲線上にあるならば真を返します。

...点が曲線上にあるならば真を返します。

OpenSSL
::PKey::EC::Group で得られる群と関連付けられた
曲線を考えます。

@
raise OpenSSL::PKey::EC::Point::Error エラーが生じた場合に発生します...

OpenSSL::PKey::EC::Point#to_bn -> OpenSSL::BN (10.0)

点を整数に変換します。

...点を整数に変換します。

@
raise OpenSSL::PKey::EC::Point::Error 変換に失敗した場合に発生します...