org.jsslutils.sslcontext
Interface SSLContextFactory

All Known Implementing Classes:
DefaultSSLContextFactory, PKIXSSLContextFactory, X509SSLContextFactory

public interface SSLContextFactory

Author:
Bruno Harbulot (Bruno.Harbulot@manchester.ac.uk)

Nested Class Summary
static class SSLContextFactory.SSLContextFactoryException
          This class is a wrapper exception for most exceptions that can occur when using an SSLContextFactory.
 
Method Summary
 javax.net.ssl.SSLContext buildSSLContext()
           
 void configure(java.util.Properties properties)
           
 

Method Detail

configure

void configure(java.util.Properties properties)
               throws SSLContextFactory.SSLContextFactoryException
Throws:
SSLContextFactory.SSLContextFactoryException

buildSSLContext

javax.net.ssl.SSLContext buildSSLContext()
                                         throws SSLContextFactory.SSLContextFactoryException
Throws:
SSLContextFactory.SSLContextFactoryException


Copyright © 2011. All Rights Reserved.