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