public class SslCertificates extends Object
| Constructor and Description |
|---|
SslCertificates() |
| Modifier and Type | Method and Description |
|---|---|
static void |
customize(SSLSession sslSession,
EndPoint endpoint,
Request request)
Allow the Listener a chance to customise the request.
|
static X509Certificate[] |
getCertChain(SSLSession sslSession) |
public static X509Certificate[] getCertChain(SSLSession sslSession)
public static void customize(SSLSession sslSession, EndPoint endpoint, Request request) throws IOException
endpoint - The Socket the request arrived on. This should be a
SocketEndPoint wrapping a SSLSocket.request - HttpRequest to be customised.IOExceptionCopyright © 1995-2013 Mort Bay Consulting. All Rights Reserved.