| Package | Description |
|---|---|
| io.envoyproxy.envoy.api.v2.auth |
| Modifier and Type | Method and Description |
|---|---|
static TlsParameters.TlsProtocol |
TlsParameters.TlsProtocol.forNumber(int value) |
TlsParameters.TlsProtocol |
TlsParametersOrBuilder.getTlsMaximumProtocolVersion()
Maximum TLS protocol version.
|
TlsParameters.TlsProtocol |
TlsParameters.getTlsMaximumProtocolVersion()
Maximum TLS protocol version.
|
TlsParameters.TlsProtocol |
TlsParameters.Builder.getTlsMaximumProtocolVersion()
Maximum TLS protocol version.
|
TlsParameters.TlsProtocol |
TlsParametersOrBuilder.getTlsMinimumProtocolVersion()
Minimum TLS protocol version.
|
TlsParameters.TlsProtocol |
TlsParameters.getTlsMinimumProtocolVersion()
Minimum TLS protocol version.
|
TlsParameters.TlsProtocol |
TlsParameters.Builder.getTlsMinimumProtocolVersion()
Minimum TLS protocol version.
|
static TlsParameters.TlsProtocol |
TlsParameters.TlsProtocol.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static TlsParameters.TlsProtocol |
TlsParameters.TlsProtocol.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static TlsParameters.TlsProtocol |
TlsParameters.TlsProtocol.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TlsParameters.TlsProtocol[] |
TlsParameters.TlsProtocol.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<TlsParameters.TlsProtocol> |
TlsParameters.TlsProtocol.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
TlsParameters.Builder |
TlsParameters.Builder.setTlsMaximumProtocolVersion(TlsParameters.TlsProtocol value)
Maximum TLS protocol version.
|
TlsParameters.Builder |
TlsParameters.Builder.setTlsMinimumProtocolVersion(TlsParameters.TlsProtocol value)
Minimum TLS protocol version.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.