class OpenSSL::PKey::EC::Point
- OpenSSL::PKey::EC::Point
- Reference
- Object
Defined in:
openssl_ext/pkey/ec/point.crConstructors
- .new(group : EC::Group, generator : Bool = false)
- .new(group : EC::Group, point : EC::Point)
- .new(group : EC::Group, bytes : Bytes)
Instance Method Summary
- #add(point : EC::Point) : EC::Point
- #at_position(integer : Bytes)
-
#dup
Returns a shallow copy of this object.
- #finalize
- #group : EC::Group
- #invert : EC::Point
- #mul(integer : Int) : EC::Point
- #mul(integer : BN) : EC::Point
- #negate
- #to_slice
- #to_unsafe : Pointer(LibCrypto::EcPoint)
- #uncompressed_bytes : Bytes
- #valid? : Bool
Constructor Detail
Instance Method Detail
def dup
#
Description copied from class Reference
Returns a shallow copy of this object.
This allocates a new object and copies the contents of
self
into it.