class HTTPClient::JRubySSLSocket::KeyStoreLoader

def initialize

def initialize
  @keystore = KeyStore.getInstance('JKS')
  @keystore.load(nil)
end