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

public_key

        # OpenSSL::PKey::RSA.public_key

(from ruby core)
### Implementation from RSA
---
    rsa.public_key -> rsanew

---

Returns a new RSA instance that carries just the public key components.

This method is provided for backwards compatibility. In most cases,
there is no need to call this method.

For the purpose of serializing the public key, to PEM or DER encoding of
X.509 SubjectPublicKeyInfo format, check PKey#public_to_pem and
PKey#public_to_der.



      

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.