com.gridsystems.innergrid.api
Interface SSLConnectionInfo

All Known Implementing Classes:
AcceptAllCertificates, AcceptCertificate, AcceptCertificateOfKeyStore, AcceptCertificateOfSystemKeyStore

public interface SSLConnectionInfo

Base interface to provide information about SSL connection.

Version:
2.0
Author:
Rodrigo Ruiz, Xmas

Method Summary
 javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
          Gets an instance of a socket factory for SSL adapted to the specific connection type.
 

Method Detail

getSSLSocketFactory

javax.net.ssl.SSLSocketFactory getSSLSocketFactory()
                                                   throws KernelException
Gets an instance of a socket factory for SSL adapted to the specific connection type.

Returns:
A factory
Throws:
KernelException - If an error occurs


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.