Modifier and Type | Method and Description |
---|---|
static SSLContextBuilder.ClientAuthentication |
SSLContextBuilder.ClientAuthentication.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SSLContextBuilder.ClientAuthentication[] |
SSLContextBuilder.ClientAuthentication.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SSLContextBuilder |
SSLContextBuilder.clientAuthentication(SSLContextBuilder.ClientAuthentication type)
Specifies whether client authentication should be performed on SSL server
sockets produced by a factory created from the resulting context.
|
Copyright © 2016–2018 Carl E Harris, Jr. All rights reserved.