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

chain

        # OpenSSL::X509::StoreContext.chain

(from ruby core)
### Implementation from StoreContext
---
    stctx.chain -> nil | Array of X509::Certificate

---

Returns the verified chain.

See also the man page X509_STORE_CTX_set0_verified_chain(3).



      

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.