org.apache.tomcat.util.net
Interface SSLUtil
- All Known Implementing Classes:
- JSSESocketFactory
public interface SSLUtil
createSSLContext
SSLContext createSSLContext()
throws Exception
- Throws:
Exception
getKeyManagers
KeyManager[] getKeyManagers()
throws Exception
- Throws:
Exception
getTrustManagers
TrustManager[] getTrustManagers()
throws Exception
- Throws:
Exception
configureSessionContext
void configureSessionContext(SSLSessionContext sslSessionContext)
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.