public class SSLSupportImpl extends Object implements SSLSupport
SSLSupport.CipherData| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_SIZE_KEY |
CERTIFICATE_KEY, CIPHER_SUITE_KEY, SESSION_ID_KEY| Constructor and Description |
|---|
SSLSupportImpl(Connection connection) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherSuite()
The cipher suite being used on this connection.
|
Integer |
getKeySize()
Copied from
org.apache.catalina.valves.CertificateValve |
Object[] |
getPeerCertificateChain()
The client certificate chain (if any).
|
Object[] |
getPeerCertificateChain(boolean force)
The client certificate chain (if any).
|
String |
getSessionId()
The current session Id.
|
protected X509Certificate[] |
getX509Certificates(SSLSession session) |
public static final String KEY_SIZE_KEY
public SSLSupportImpl(Connection connection)
public String getCipherSuite() throws IOException
SSLSupportgetCipherSuite in interface SSLSupportIOExceptionpublic Object[] getPeerCertificateChain() throws IOException
SSLSupportgetPeerCertificateChain in interface SSLSupportIOExceptionprotected X509Certificate[] getX509Certificates(SSLSession session) throws IOException
IOExceptionpublic Object[] getPeerCertificateChain(boolean force) throws IOException
SSLSupportgetPeerCertificateChain in interface SSLSupportforce - If true, then re-negotiate the
connection if necessary.IOExceptionpublic Integer getKeySize() throws IOException
org.apache.catalina.valves.CertificateValvegetKeySize in interface SSLSupportIOExceptionpublic String getSessionId() throws IOException
SSLSupportgetSessionId in interface SSLSupportIOExceptionCopyright © 2013 Oracle Corporation. All Rights Reserved.