|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jetty.server.ssl.SslCertificates
public class SslCertificates
| Constructor Summary | |
|---|---|
SslCertificates()
|
|
| Method Summary | |
|---|---|
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)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SslCertificates()
| Method Detail |
|---|
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.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||