class HTTPClient::JRubySSLSocket::SSLStoreContext
def initialize(current_cert, chain, error_depth, error, error_string)
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