Attributes
- Companion
- object
- Graph
-
- Supertypes
- Known subtypes
-
class JdkSslClientContextclass JdkSslServerContext
Members list
Value members
Concrete methods
Creates a new SSLEngine.
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
Returns the JDK SSLSessionContext object held by this context.
Returns the JDK SSLSessionContext object held by this context.
Attributes
- Definition Classes
Inherited methods
Returns true if and only if this context is for server-side.
Create a new SslHandler.
Create a new SslHandler.
Returns the size of the cache used for storing SSL session objects.
Returns the size of the cache used for storing SSL session objects.
Attributes
- Inherited from:
- SslContext
Returns the timeout for the cached SSL session objects, in seconds.
Returns the timeout for the cached SSL session objects, in seconds.
Attributes
- Inherited from:
- SslContext
Concrete 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
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.