public interface SSLUtil
| Modifier and Type | Method and Description |
|---|---|
void |
configureSessionContext(javax.net.ssl.SSLSessionContext sslSessionContext) |
javax.net.ssl.SSLContext |
createSSLContext() |
javax.net.ssl.KeyManager[] |
getKeyManagers() |
javax.net.ssl.TrustManager[] |
getTrustManagers() |
javax.net.ssl.SSLContext createSSLContext()
throws java.lang.Exception
java.lang.Exceptionjavax.net.ssl.KeyManager[] getKeyManagers()
throws java.lang.Exception
java.lang.Exceptionjavax.net.ssl.TrustManager[] getTrustManagers()
throws java.lang.Exception
java.lang.Exceptionvoid configureSessionContext(javax.net.ssl.SSLSessionContext sslSessionContext)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.