Package | Description |
---|---|
com.fortanix.sdkms.v1.model |
Modifier and Type | Field and Description |
---|---|
static TlsMode |
TlsMode.DISABLED |
static TlsMode |
TlsMode.OPPORTUNISTIC |
static TlsMode |
TlsMode.REQUIRED |
Modifier and Type | Method and Description |
---|---|
static TlsMode |
TlsMode.fromValue(String val)
Intantiate an enumeration member from a value.
|
TlsMode |
TlsConfig.getMode()
Get mode
|
static TlsMode[] |
TlsMode.values()
Return an array containing the known enumeration values.
|
Modifier and Type | Method and Description |
---|---|
TlsConfig |
TlsConfig.mode(TlsMode mode) |
void |
TlsConfig.setMode(TlsMode mode) |
Copyright © 2017-2023 Fortanix Inc. All Rights Reserved