SSLContext class of PicoRuby
Singleton methods
new
SSLContext.new() -> SSLContext
Instance methods
ca_file=
instance.ca_file=(String path) -> String
cert_file=
instance.cert_file=(String path) -> String
key_file=
instance.key_file=(String path) -> String
set_ca
instance.set_ca(Integer addr, Integer size) -> nil
set_cert
instance.set_cert(Integer addr, Integer size) -> nil
set_key
instance.set_key(Integer addr, Integer size) -> nil
verify_mode
instance.verify_mode() -> Integer
verify_mode=
instance.verify_mode=(Integer mode) -> Integer