group.to_der => String Instance Public methods See the OpenSSL documentation for i2d_ECPKParameters_bio()
group.to_pem => String Instance Public methods See the OpenSSL documentation for PEM_write_bio_ECPKParameters()
group.to_text => String Instance Public methods See the OpenSSL documentation for ECPKParameters_print()
OpenSSL::PKey::EC::Point.new(point)OpenSSL::PKey::EC::Point.new(group)OpenSSL::PKey::EC::Point.new(group, bn) Class Public methods See the OpenSSL documentation for EC_POINT_*
==(p1) Instance Public methods Alias for: eql?
point1 == point2 => true | false Instance Public methods Also aliased as: ==
point.infinity? => true | false Instance Public methods
point.invert! => self Instance Public methods
point.make_affine! => self Instance Public methods
point.mul(bn) => pointpoint.mul(bn, bn) => pointpoint.mul([bn], [point]) => pointpoint.mul([bn], [point], bn) => point Instance Public methods
Page 737 of 11844