public interface SSLSessionInfo
Modifier and Type | Method and 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 © 2020 JBoss by Red Hat. All rights reserved.