org.littleshoot.proxy
Class SslContextFactory

java.lang.Object
  extended by org.littleshoot.proxy.SslContextFactory

public class SslContextFactory
extends Object


Constructor Summary
SslContextFactory(KeyStoreManager ksm)
           
 
Method Summary
 SSLContext getClientContext()
           
 SSLContext getServerContext()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslContextFactory

public SslContextFactory(KeyStoreManager ksm)
Method Detail

getServerContext

public SSLContext getServerContext()

getClientContext

public SSLContext getClientContext()


Copyright © 2009-2012 LittleShoot. All Rights Reserved.