Package | Description |
---|---|
org.snf4j.core.session.ssl |
Provides classes and interfaces for configuration of SSL/TLS/DTLS sessions.
|
Modifier and Type | Method and Description |
---|---|
static ClientAuth |
ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientAuth[] |
ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSLEngineBuilder |
SSLEngineBuilder.clientAuth(ClientAuth clientAuth)
Configures the client authentication mode for a server-side
SSLEngine . |
SSLContextBuilder |
SSLContextBuilder.clientAuth(ClientAuth clientAuth)
Configures the client authentication mode for a server-side
SSLEngine . |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.