BasicSSLSessionInfo
, ConnectionSSLSessionInfo
public 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
SSLPeerUnverifiedException
RenegotiationRequiredException
- 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 renegotiatingIOException
SSLSession getSSLSession()
Copyright © 2018. All rights reserved.