public interface SSLSessionInfo
Modifier and Type | Method and Description |
---|---|
String |
getCipherSuite() |
X509Certificate[] |
getPeerCertificateChain() |
Certificate[] |
getPeerCertificates()
Gets the peer certificates.
|
byte[] |
getSessionId() |
void |
renegotiate(HttpServerExchange exchange,
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, SslClientAuthMode sslClientAuthMode) throws IOException
exchange
- The exchangesslClientAuthMode
- The client cert mode to use when renegotiatingIOException
Copyright © 2016 JBoss by Red Hat. All rights reserved.