java.lang.Object
org.glassfish.grizzly.ssl.SSLSupportImpl
- All Implemented Interfaces:
SSLSupport
- Author:
- oleksiys
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.glassfish.grizzly.ssl.SSLSupport
SSLSupport.CipherData -
Field Summary
FieldsFields inherited from interface org.glassfish.grizzly.ssl.SSLSupport
CERTIFICATE_KEY, CIPHER_SUITE_KEY, SESSION_ID_KEY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected Certificate[]getCertificates(SSLSession session) The cipher suite being used on this connection.Copied fromorg.apache.catalina.valves.CertificateValvegetPeerCertificates(boolean force) The current session Id.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.glassfish.grizzly.ssl.SSLSupport
getPeerCertificateChain, getPeerCertificateChain
-
Field Details
-
KEY_SIZE_KEY
- See Also:
-
-
Constructor Details
-
SSLSupportImpl
-
-
Method Details
-
getCipherSuite
Description copied from interface:SSLSupportThe cipher suite being used on this connection.- Specified by:
getCipherSuitein interfaceSSLSupport- Throws:
IOException
-
getPeerCertificates
- Specified by:
getPeerCertificatesin interfaceSSLSupport- Returns:
- The client certificate chain (if any).
- Throws:
IOException
-
getCertificates
- Throws:
IOException
-
getPeerCertificates
- Specified by:
getPeerCertificatesin interfaceSSLSupport- Parameters:
force- If true, then re-negotiate the connection if necessary.- Returns:
- The client certificate chain (if any).
- Throws:
IOException
-
getKeySize
Copied fromorg.apache.catalina.valves.CertificateValve- Specified by:
getKeySizein interfaceSSLSupport- Throws:
IOException
-
getSessionId
Description copied from interface:SSLSupportThe current session Id.- Specified by:
getSessionIdin interfaceSSLSupport- Throws:
IOException
-