@Deprecated public class AprSSLSupport extends java.lang.Object implements SSLSupport
TODO: Add a mechanism (or figure out how to use what we already have) to invalidate the session.
CERTIFICATE_KEY, CIPHER_SUITE_KEY, KEY_SIZE_KEY, PROTOCOL_VERSION_KEY, REQUESTED_CIPHERS_KEY, REQUESTED_PROTOCOL_VERSIONS_KEY, SESSION_ID_KEY, SESSION_MGR| Constructor and Description |
|---|
AprSSLSupport(AprEndpoint.AprSocketWrapper socketWrapper,
java.lang.String clientCertProvider)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCipherSuite()
Deprecated.
The cipher suite being used on this connection.
|
java.lang.Integer |
getKeySize()
Deprecated.
Get the keysize.
|
java.security.cert.X509Certificate[] |
getPeerCertificateChain()
Deprecated.
The client certificate chain (if any).
|
java.lang.String |
getProtocol()
Deprecated.
|
java.lang.String |
getRequestedCiphers()
Deprecated.
|
java.lang.String |
getRequestedProtocols()
Deprecated.
|
java.lang.String |
getSessionId()
Deprecated.
The current session Id.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetLocalCertificateChainpublic AprSSLSupport(AprEndpoint.AprSocketWrapper socketWrapper, java.lang.String clientCertProvider)
public java.lang.String getCipherSuite()
throws java.io.IOException
SSLSupportgetCipherSuite in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the cipher suitepublic java.security.cert.X509Certificate[] getPeerCertificateChain()
throws java.io.IOException
SSLSupportgetPeerCertificateChain in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the certificate
chainpublic java.lang.Integer getKeySize()
throws java.io.IOException
SSLSupportgetKeySize in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the key sizepublic java.lang.String getSessionId()
throws java.io.IOException
SSLSupportgetSessionId in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the session IDpublic java.lang.String getProtocol()
throws java.io.IOException
getProtocol in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the protocol
information from the socketpublic java.lang.String getRequestedProtocols()
throws java.io.IOException
getRequestedProtocols in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the client
requested protocol information from the socketpublic java.lang.String getRequestedCiphers()
throws java.io.IOException
getRequestedCiphers in interface SSLSupportjava.io.IOException - If an error occurs trying to obtain the client
request cipher information from the socketCopyright © 2000-2024 Apache Software Foundation.
Apache Tomcat, Tomcat, Apache, the Apache Tomcat logo and the Apache logo are either registered trademarks or trademarks of the Apache Software Foundation.