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