Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.SubjectAltNameMatcher
Packages that use SubjectAltNameMatcher
-
Uses of SubjectAltNameMatcher in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as SubjectAltNameMatcherModifier and TypeFieldDescriptionprivate static final SubjectAltNameMatcherSubjectAltNameMatcher.DEFAULT_INSTANCEFields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type SubjectAltNameMatcherModifier and TypeFieldDescriptionprivate List<SubjectAltNameMatcher> CertificateValidationContext.Builder.matchTypedSubjectAltNames_private List<SubjectAltNameMatcher> CertificateValidationContext.matchTypedSubjectAltNames_private com.google.protobuf.RepeatedFieldBuilder<SubjectAltNameMatcher, SubjectAltNameMatcher.Builder, SubjectAltNameMatcherOrBuilder> CertificateValidationContext.Builder.matchTypedSubjectAltNamesBuilder_private static final com.google.protobuf.Parser<SubjectAltNameMatcher> SubjectAltNameMatcher.PARSERMethods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SubjectAltNameMatcherModifier and TypeMethodDescriptionSubjectAltNameMatcher.Builder.build()SubjectAltNameMatcher.Builder.buildPartial()static SubjectAltNameMatcherSubjectAltNameMatcher.getDefaultInstance()SubjectAltNameMatcher.Builder.getDefaultInstanceForType()SubjectAltNameMatcher.getDefaultInstanceForType()CertificateValidationContext.Builder.getMatchTypedSubjectAltNames(int index) An optional list of Subject Alternative name matchers.CertificateValidationContext.getMatchTypedSubjectAltNames(int index) An optional list of Subject Alternative name matchers.CertificateValidationContextOrBuilder.getMatchTypedSubjectAltNames(int index) An optional list of Subject Alternative name matchers.static SubjectAltNameMatcherSubjectAltNameMatcher.parseDelimitedFrom(InputStream input) static SubjectAltNameMatcherSubjectAltNameMatcher.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(byte[] data) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(com.google.protobuf.ByteString data) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(com.google.protobuf.CodedInputStream input) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(InputStream input) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(ByteBuffer data) static SubjectAltNameMatcherSubjectAltNameMatcher.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return types with arguments of type SubjectAltNameMatcherModifier and TypeMethodDescriptionCertificateValidationContext.Builder.getMatchTypedSubjectAltNamesList()An optional list of Subject Alternative name matchers.CertificateValidationContext.getMatchTypedSubjectAltNamesList()An optional list of Subject Alternative name matchers.CertificateValidationContextOrBuilder.getMatchTypedSubjectAltNamesList()An optional list of Subject Alternative name matchers.com.google.protobuf.Parser<SubjectAltNameMatcher> SubjectAltNameMatcher.getParserForType()private com.google.protobuf.RepeatedFieldBuilder<SubjectAltNameMatcher, SubjectAltNameMatcher.Builder, SubjectAltNameMatcherOrBuilder> CertificateValidationContext.Builder.internalGetMatchTypedSubjectAltNamesFieldBuilder()static com.google.protobuf.Parser<SubjectAltNameMatcher> SubjectAltNameMatcher.parser()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type SubjectAltNameMatcherModifier and TypeMethodDescriptionCertificateValidationContext.Builder.addMatchTypedSubjectAltNames(int index, SubjectAltNameMatcher value) An optional list of Subject Alternative name matchers.CertificateValidationContext.Builder.addMatchTypedSubjectAltNames(SubjectAltNameMatcher value) An optional list of Subject Alternative name matchers.private voidSubjectAltNameMatcher.Builder.buildPartial0(SubjectAltNameMatcher result) SubjectAltNameMatcher.Builder.mergeFrom(SubjectAltNameMatcher other) SubjectAltNameMatcher.newBuilder(SubjectAltNameMatcher prototype) CertificateValidationContext.Builder.setMatchTypedSubjectAltNames(int index, SubjectAltNameMatcher value) An optional list of Subject Alternative name matchers.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type SubjectAltNameMatcherModifier and TypeMethodDescriptionCertificateValidationContext.Builder.addAllMatchTypedSubjectAltNames(Iterable<? extends SubjectAltNameMatcher> values) An optional list of Subject Alternative name matchers.