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

OpenSSL::PKey::DSA

        # OpenSSL::PKey::DSA < OpenSSL::PKey::PKey

---
# Includes:
OpenSSL::Marshal (from ruby core)

(from ruby core)
---

DSA, the Digital Signature Algorithm, is specified in NIST's FIPS 186-3.
It is an asymmetric public key algorithm that may be used similar to
e.g. RSA.
---
# Class methods:

    generate
    new

# Instance methods:

    export
    initialize_copy
    params
    private?
    public?
    public_key
    set_key
    set_pqg
    syssign
    sysverify
    to_der
    to_pem
    to_s


      

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.