This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

to_bn

        # OpenSSL::PKey::EC::Point.to_bn

(from ruby core)
### Implementation from Point
---
    point.to_bn([conversion_form]) -> OpenSSL::BN

---

Returns the octet string representation of the EC point as an instance
of OpenSSL::BN.

If *conversion_form* is not given, the *point_conversion_form* attribute
set to the group is used.

See #to_octet_string for more information.



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.