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

OpenSSL::OCSP::CertificateId

        # OpenSSL::OCSP::CertificateId < Object

(from ruby core)
---
An OpenSSL::OCSP::CertificateId identifies a certificate to the CA so
that a status check can be performed.
---
# Class methods:

    new

# Instance methods:

    cmp
    cmp_issuer
    hash_algorithm
    initialize_copy
    issuer_key_hash
    issuer_name_hash
    serial
    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.