org.littleshoot.proxy
Class SslContextFactory

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

public class SslContextFactory
extends Object


Constructor Summary
SslContextFactory(KeyStoreManager ksm)
           
SslContextFactory(KeyStoreManager ksm, TrustManager[] trustManagers)
           
 
Method Summary
 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)

SslContextFactory

public SslContextFactory(KeyStoreManager ksm,
                         TrustManager[] trustManagers)
Method Detail

getServerContext

public SSLContext getServerContext()


Copyright © 2009-2013 LittleShoot. All Rights Reserved.