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

message_imprint

        # OpenSSL::Timestamp::TokenInfo.message_imprint

(from ruby core)
### Implementation from TokenInfo
---
    token_info.msg_imprint -> string.

---

Returns the message imprint digest. For valid timestamps, this is the
same value that was already given in the Request. If status is GRANTED
or GRANTED_WITH_MODS, this is never `nil`.

### Example:
    mi = token_info.msg_imprint
    puts mi                -> "DEADBEEF"



      

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.