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

ordering

        # OpenSSL::Timestamp::TokenInfo.ordering

(from ruby core)
### Implementation from TokenInfo
---
    token_info.ordering -> true, falses or nil

---

If the ordering field is missing, or if the ordering field is present
and set to false, then the genTime field only indicates the time at
which the time-stamp token has been created by the TSA.  In such a case,
the ordering of time-stamp tokens issued by the same TSA or different
TSAs is only possible when the difference between the genTime of the
first time-stamp token and the genTime of the second time-stamp token is
greater than the sum of the accuracies of the genTime for each
time-stamp token.

If the ordering field is present and set to true, every time-stamp token
from the same TSA can always be ordered based on the genTime field,
regardless of the genTime accuracy.



      

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.