new(point) -> OpenSSL::PKey::EC::Point
[permalink][rdoc]new(group) -> OpenSSL::PKey::EC::Point
new(group, bn) -> OpenSSL::PKey::EC::Point
Point オブジェクトを生成します。
引数に OpenSSL::PKey::EC::Point オブジェクトを渡した場合はそれを複製します。
引数に OpenSSL::PKey::EC::Group オブジェクトを渡した場合はそれに関連付けられたオブジェクトを返します。
引数に OpenSSL::PKey::EC::Group オブジェクトと整数を渡した場合は、整数で定義される点を返します。