class HTTPClient::JRubySSLSocket::SSLStoreContext
Attributes
Public Class Methods
Source
# File lib/httpclient/jruby_ssl_socket.rb, line 175 def initialize(current_cert, chain, error_depth, error, error_string) @current_cert, @chain, @error_depth, @error, @error_string = current_cert, chain, error_depth, error, error_string end