public class ConnectionSSLSessionInfo extends Object implements SSLSessionInfo
| Constructor and Description |
|---|
ConnectionSSLSessionInfo(org.xnio.channels.SslChannel channel) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherSuite() |
X509Certificate[] |
getPeerCertificateChain() |
Certificate[] |
getPeerCertificates() |
byte[] |
getSessionId() |
public ConnectionSSLSessionInfo(org.xnio.channels.SslChannel channel)
public byte[] getSessionId()
getSessionId in interface SSLSessionInfopublic String getCipherSuite()
getCipherSuite in interface SSLSessionInfopublic Certificate[] getPeerCertificates() throws SSLPeerUnverifiedException
getPeerCertificates in interface SSLSessionInfoSSLPeerUnverifiedExceptionpublic X509Certificate[] getPeerCertificateChain() throws SSLPeerUnverifiedException
getPeerCertificateChain in interface SSLSessionInfoSSLPeerUnverifiedExceptionCopyright © 2013 JBoss by Red Hat. All Rights Reserved.