org.teiid.transport
Class SSLConfiguration

java.lang.Object
  extended by org.teiid.transport.SSLConfiguration

public class SSLConfiguration
extends java.lang.Object


Constructor Summary
SSLConfiguration()
           
 
Method Summary
 javax.net.ssl.SSLEngine getServerSSLEngine()
           
 void init(java.util.Properties props)
           
 boolean isClientEncryptionEnabled()
           
 boolean isServerSSLEnabled()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SSLConfiguration

public SSLConfiguration()
Method Detail

init

public void init(java.util.Properties props)

getServerSSLEngine

public javax.net.ssl.SSLEngine getServerSSLEngine()
                                           throws java.io.IOException,
                                                  java.security.GeneralSecurityException
Throws:
java.io.IOException
java.security.GeneralSecurityException

isServerSSLEnabled

public boolean isServerSSLEnabled()

isClientEncryptionEnabled

public boolean isClientEncryptionEnabled()


Copyright © 2009. All Rights Reserved.