org.webbitserver.helpers
Class SslFactory

java.lang.Object
  extended by org.webbitserver.helpers.SslFactory

public class SslFactory
extends Object


Constructor Summary
SslFactory(InputStream keyStore, String storePass)
           
 
Method Summary
 SSLContext getClientContext()
           
 SSLContext getServerContext(String keyPass)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SslFactory

public SslFactory(InputStream keyStore,
                  String storePass)
Method Detail

getServerContext

public SSLContext getServerContext(String keyPass)
                            throws WebbitException
Throws:
WebbitException

getClientContext

public SSLContext getClientContext()
                            throws WebbitException
Throws:
WebbitException


Copyright © 2013. All Rights Reserved.