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

public_key

        # OpenSSL::PKey::DSA.public_key

(from ruby core)
### Implementation from DSA
---
    dsa.public_key -> dsanew

---

Returns a new DSA instance that carries just the DSA parameters and the
public key.

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.