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

client_ca

        # OpenSSL::SSL::SSLSocket.client_ca

(from ruby core)
### Implementation from SSLSocket
---
    ssl.client_ca => [x509name, ...]

---

Returns the list of client CAs. Please note that in contrast to
SSLContext#client_ca= no array of X509::Certificate is returned but
X509::Name instances of the CA's subject distinguished name.

In server mode, returns the list set by SSLContext#client_ca=. In client
mode, returns the list of client CAs sent from the server.



      

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.