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