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

OpenSSL::Timestamp::Request

        # OpenSSL::Timestamp::Request < Object

(from ruby core)
---
Allows to create timestamp requests or parse existing ones. A Request is
also needed for creating timestamps from scratch with Factory. When
created from scratch, some default values are set:
*   version is set to `1`
*   cert_requested is set to `true`
*   algorithm, message_imprint, policy_id, and nonce are set to `false`

---
# Class methods:

    new

# Instance methods:

    algorithm
    algorithm=
    cert_requested=
    cert_requested?
    message_imprint
    message_imprint=
    nonce
    nonce=
    policy_id
    policy_id=
    to_der
    version
    version=


      

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.