Modifier and Type | Method and Description |
---|---|
TlsServerCredentials.ClientAuth |
TlsServerCredentials.getClientAuth()
Non-
null setting indicating whether the server should expect a client's identity. |
static TlsServerCredentials.ClientAuth |
TlsServerCredentials.ClientAuth.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsServerCredentials.ClientAuth[] |
TlsServerCredentials.ClientAuth.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TlsServerCredentials.Builder |
TlsServerCredentials.Builder.clientAuth(TlsServerCredentials.ClientAuth clientAuth)
Indicates whether the server should expect a client's identity.
|