de.root1.simon.ssl
Interface SslContextFactory

All Known Implementing Classes:
DefaultSslContextFactory

public interface SslContextFactory

This class is used by SIMON to get a SSLContext for the client and server side, which is required by SSL powered communication.

Version:
200901141248
Author:
Alexander Christian

Method Summary
 javax.net.ssl.SSLContext getSslContext()
          Gets the SSLContext which is used by SIMON to create a SSL powered link
 

Method Detail

getSslContext

javax.net.ssl.SSLContext getSslContext()
Gets the SSLContext which is used by SIMON to create a SSL powered link

Returns:
a ssl context object


Copyright © 2011. All Rights Reserved.