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

OpenSSL::Timestamp::Response

        # OpenSSL::Timestamp::Response < Object

(from ruby core)
---
Immutable and read-only representation of a timestamp response returned
from a timestamp server after receiving an associated Request. Allows
access to specific information about the response but also allows to
verify the Response.
---
# Constants:

GRANTED
:   Indicates a successful response. Equal to `0`.
GRANTED_WITH_MODS
:   Indicates a successful response that probably contains modifications
    from the initial request. Equal to `1`.
REJECTION
:   Indicates a failure. No timestamp token was created. Equal to `2`.
REVOCATION_NOTIFICATION
:   Indicates a failure. No timestamp token was created. A certificate
    has been revoked. Equal to `5`.
REVOCATION_WARNING
:   Indicates a failure. No timestamp token was created. Revocation of a
    certificate is imminent. Equal to `4`.
WAITING
:   Indicates a failure. No timestamp token was created. Equal to `3`.


# Class methods:

    new

# Instance methods:

    failure_info
    status
    status_text
    to_der
    token
    token_info
    tsa_certificate
    verify


      

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.