class OpenSSL::PKey::EC::Point
- OpenSSL::PKey::EC::Point
- Reference
- Object
Defined in:
openssl_ext/pkey/ec/point.crConstructors
Instance Method Summary
-
#dup
Returns a shallow copy of this object.
- #finalize
- #group : EC::Group
- #mul(integer : Int) : EC::Point
- #to_unsafe : Pointer(LibCrypto::EcPoint)
- #uncompressed_bytes : Bytes
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.