Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher.SanType
-
Packages that use SubjectAltNameMatcher.SanType Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of SubjectAltNameMatcher.SanType in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as SubjectAltNameMatcher.SanType Modifier and Type Field Description private static SubjectAltNameMatcher.SanType[]
SubjectAltNameMatcher.SanType. VALUES
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type SubjectAltNameMatcher.SanType Modifier and Type Field Description private static com.google.protobuf.Internal.EnumLiteMap<SubjectAltNameMatcher.SanType>
SubjectAltNameMatcher.SanType. internalValueMap
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SubjectAltNameMatcher.SanType Modifier and Type Method Description static SubjectAltNameMatcher.SanType
SubjectAltNameMatcher.SanType. forNumber(int value)
SubjectAltNameMatcher.SanType
SubjectAltNameMatcher.Builder. getSanType()
Specification of type of SAN.SubjectAltNameMatcher.SanType
SubjectAltNameMatcher. getSanType()
Specification of type of SAN.SubjectAltNameMatcher.SanType
SubjectAltNameMatcherOrBuilder. getSanType()
Specification of type of SAN.static SubjectAltNameMatcher.SanType
SubjectAltNameMatcher.SanType. valueOf(int value)
Deprecated.static SubjectAltNameMatcher.SanType
SubjectAltNameMatcher.SanType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static SubjectAltNameMatcher.SanType
SubjectAltNameMatcher.SanType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static SubjectAltNameMatcher.SanType[]
SubjectAltNameMatcher.SanType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type SubjectAltNameMatcher.SanType Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<SubjectAltNameMatcher.SanType>
SubjectAltNameMatcher.SanType. internalGetValueMap()
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type SubjectAltNameMatcher.SanType Modifier and Type Method Description SubjectAltNameMatcher.Builder
SubjectAltNameMatcher.Builder. setSanType(SubjectAltNameMatcher.SanType value)
Specification of type of SAN.
-