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
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SubjectAltNameMatcher.SanType Modifier and Type Method Description static SubjectAltNameMatcher.SanTypeSubjectAltNameMatcher.SanType. forNumber(int value)SubjectAltNameMatcher.SanTypeSubjectAltNameMatcher.Builder. getSanType()Specification of type of SAN.SubjectAltNameMatcher.SanTypeSubjectAltNameMatcher. getSanType()Specification of type of SAN.SubjectAltNameMatcher.SanTypeSubjectAltNameMatcherOrBuilder. getSanType()Specification of type of SAN.static SubjectAltNameMatcher.SanTypeSubjectAltNameMatcher.SanType. valueOf(int value)Deprecated.static SubjectAltNameMatcher.SanTypeSubjectAltNameMatcher.SanType. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static SubjectAltNameMatcher.SanTypeSubjectAltNameMatcher.SanType. valueOf(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.BuilderSubjectAltNameMatcher.Builder. setSanType(SubjectAltNameMatcher.SanType value)Specification of type of SAN.
-