cc.otavia.handler.ssl.JdkSslClientContext
See theJdkSslClientContext companion object
class JdkSslClientContext(sslContextProvider: Option[Provider], trustManagerFactory: Option[TrustManagerFactory], keyManagerFactory: Option[KeyManagerFactory], ciphers: Option[Seq[String]], cipherFilter: CipherSuiteFilter, apn: Option[ApplicationProtocolConfig], protocols: Array[String], sessionCacheSize: Long, sessionTimeout: Long, keyStoreType: String) extends JdkSslContext
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Inherited methods
Returns true if and only if this context is for server-side.
Creates a new SSLEngine.
Creates a new SSLEngine.
Value parameters
- peerHost
-
the non-authoritative name of the host
- peerPort
-
the non-authoritative port
Attributes
- Returns
-
a new SSLEngine
- Definition Classes
- Inherited from:
- JdkSslContext
Creates a new SSLEngine.
Create a new SslHandler.
Create a new SslHandler.
Returns the JDK SSLSessionContext object held by this context.
Returns the JDK SSLSessionContext object held by this context.
Attributes
- Definition Classes
- Inherited from:
- JdkSslContext
Inherited fields
Returns the list of enabled cipher suites, in the order of preference.
Returns the list of enabled cipher suites, in the order of preference.
Attributes
- Inherited from:
- JdkSslContext
Attributes
- Inherited from:
- JdkSslContext
Attributes
- Inherited from:
- JdkSslContext
Returns the true if and only if this context is for client-side.
Returns the true if and only if this context is for client-side.
Attributes
- Inherited from:
- JdkSslContext
Attributes
- Inherited from:
- JdkSslContext
Attributes
- Inherited from:
- SslContext
In this article