BasicSSLSessionInfo, ConnectionSSLSessionInfopublic interface SSLSessionInfo
| Modifier and Type | Method | Description |
|---|---|---|
String |
getCipherSuite() |
|
X509Certificate[] |
getPeerCertificateChain() |
|
Certificate[] |
getPeerCertificates() |
Gets the peer certificates.
|
byte[] |
getSessionId() |
|
SSLSession |
getSSLSession() |
|
void |
renegotiate(HttpServerExchange exchange,
org.xnio.SslClientAuthMode sslClientAuthMode) |
Renegotiate in a blocking manner.
|
byte[] getSessionId()
String getCipherSuite()
Certificate[] getPeerCertificates() throws SSLPeerUnverifiedException, RenegotiationRequiredException
SSLPeerUnverifiedExceptionRenegotiationRequiredException - If the sessionX509Certificate[] getPeerCertificateChain() throws SSLPeerUnverifiedException, RenegotiationRequiredException
void renegotiate(HttpServerExchange exchange, org.xnio.SslClientAuthMode sslClientAuthMode) throws IOException
exchange - The exchangesslClientAuthMode - The client cert mode to use when renegotiatingIOExceptionSSLSession getSSLSession()
Copyright © 2018. All rights reserved.