public class TLSSessionInfo
extends java.lang.Object
| Constructor and Description |
|---|
TLSSessionInfo(java.lang.String suite)
This constructor has the effect of calling
TLSSessionInfo(null, suite)
|
TLSSessionInfo(java.lang.String suite,
javax.net.ssl.SSLSession session,
java.security.cert.Certificate[] certs) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getChipherSuite()
Deprecated.
|
java.lang.String |
getCipherSuite() |
java.security.cert.Certificate[] |
getPeerCertificates() |
javax.net.ssl.SSLSession |
getSSLSession() |
public TLSSessionInfo(java.lang.String suite)
public TLSSessionInfo(java.lang.String suite,
javax.net.ssl.SSLSession session,
java.security.cert.Certificate[] certs)
suite - The negotiated cipher suite
This parameter may not be null, by contractsession - The JSSE representation of the SSL Session
negotiated with the peer (optionally null, if
it is unavailable)certs - the peer X.509 certificate chain (optionally null)@Deprecated public final java.lang.String getChipherSuite()
public final java.lang.String getCipherSuite()
public final java.security.cert.Certificate[] getPeerCertificates()
public final javax.net.ssl.SSLSession getSSLSession()