Uses of Class
io.envoyproxy.envoy.api.v2.auth.TlsParameters
-
Packages that use TlsParameters Package Description io.envoyproxy.envoy.api.v2.auth -
-
Uses of TlsParameters in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return TlsParameters Modifier and Type Method Description TlsParametersTlsParameters.Builder. build()TlsParametersTlsParameters.Builder. buildPartial()static TlsParametersTlsParameters. getDefaultInstance()TlsParametersTlsParameters.Builder. getDefaultInstanceForType()TlsParametersTlsParameters. getDefaultInstanceForType()TlsParametersCommonTlsContext.Builder. getTlsParams()TLS protocol versions, cipher suites etc.TlsParametersCommonTlsContext. getTlsParams()TLS protocol versions, cipher suites etc.TlsParametersCommonTlsContextOrBuilder. getTlsParams()TLS protocol versions, cipher suites etc.static TlsParametersTlsParameters. parseDelimitedFrom(InputStream input)static TlsParametersTlsParameters. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsParametersTlsParameters. parseFrom(byte[] data)static TlsParametersTlsParameters. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsParametersTlsParameters. parseFrom(com.google.protobuf.ByteString data)static TlsParametersTlsParameters. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsParametersTlsParameters. parseFrom(com.google.protobuf.CodedInputStream input)static TlsParametersTlsParameters. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsParametersTlsParameters. parseFrom(InputStream input)static TlsParametersTlsParameters. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsParametersTlsParameters. parseFrom(ByteBuffer data)static TlsParametersTlsParameters. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in io.envoyproxy.envoy.api.v2.auth that return types with arguments of type TlsParameters Modifier and Type Method Description com.google.protobuf.Parser<TlsParameters>TlsParameters. getParserForType()static com.google.protobuf.Parser<TlsParameters>TlsParameters. parser()Methods in io.envoyproxy.envoy.api.v2.auth with parameters of type TlsParameters Modifier and Type Method Description TlsParameters.BuilderTlsParameters.Builder. mergeFrom(TlsParameters other)CommonTlsContext.BuilderCommonTlsContext.Builder. mergeTlsParams(TlsParameters value)TLS protocol versions, cipher suites etc.static TlsParameters.BuilderTlsParameters. newBuilder(TlsParameters prototype)CommonTlsContext.BuilderCommonTlsContext.Builder. setTlsParams(TlsParameters value)TLS protocol versions, cipher suites etc.
-