Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.SdsSecretConfig
Packages that use SdsSecretConfig
-
Uses of SdsSecretConfig in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SdsSecretConfigModifier and TypeMethodDescriptionSdsSecretConfig.Builder.build()SdsSecretConfig.Builder.buildPartial()static SdsSecretConfigSdsSecretConfig.getDefaultInstance()SdsSecretConfig.Builder.getDefaultInstanceForType()SdsSecretConfig.getDefaultInstanceForType()DownstreamTlsContext.Builder.getSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.DownstreamTlsContext.getSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.DownstreamTlsContextOrBuilder.getSessionTicketKeysSdsSecretConfig()Config for fetching TLS session ticket keys via SDS API.CommonTlsContext.Builder.getTlsCertificateSdsSecretConfigs(int index) Configs for fetching TLS certificates via SDS API.CommonTlsContext.getTlsCertificateSdsSecretConfigs(int index) Configs for fetching TLS certificates via SDS API.CommonTlsContextOrBuilder.getTlsCertificateSdsSecretConfigs(int index) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContext.Builder.getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContext.getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContextOrBuilder.getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.CommonTlsContext.getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.CommonTlsContextOrBuilder.getValidationContextSdsSecretConfig()Config for fetching validation context via SDS API.static SdsSecretConfigSdsSecretConfig.parseDelimitedFrom(InputStream input) static SdsSecretConfigSdsSecretConfig.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfigSdsSecretConfig.parseFrom(byte[] data) static SdsSecretConfigSdsSecretConfig.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfigSdsSecretConfig.parseFrom(com.google.protobuf.ByteString data) static SdsSecretConfigSdsSecretConfig.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfigSdsSecretConfig.parseFrom(com.google.protobuf.CodedInputStream input) static SdsSecretConfigSdsSecretConfig.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfigSdsSecretConfig.parseFrom(InputStream input) static SdsSecretConfigSdsSecretConfig.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfigSdsSecretConfig.parseFrom(ByteBuffer data) static SdsSecretConfigSdsSecretConfig.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 SdsSecretConfigModifier and TypeMethodDescriptioncom.google.protobuf.Parser<SdsSecretConfig> SdsSecretConfig.getParserForType()CommonTlsContext.Builder.getTlsCertificateSdsSecretConfigsList()Configs for fetching TLS certificates via SDS API.CommonTlsContext.getTlsCertificateSdsSecretConfigsList()Configs for fetching TLS certificates via SDS API.CommonTlsContextOrBuilder.getTlsCertificateSdsSecretConfigsList()Configs for fetching TLS certificates via SDS API.static com.google.protobuf.Parser<SdsSecretConfig> SdsSecretConfig.parser()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type SdsSecretConfigModifier and TypeMethodDescriptionCommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig value) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.addTlsCertificateSdsSecretConfigs(SdsSecretConfig value) Configs for fetching TLS certificates via SDS API.SdsSecretConfig.Builder.mergeFrom(SdsSecretConfig other) DownstreamTlsContext.Builder.mergeSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) Config for fetching TLS session ticket keys via SDS API.CommonTlsContext.Builder.mergeValidationContextSdsSecretConfig(SdsSecretConfig value) Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContext.Builder.mergeValidationContextSdsSecretConfig(SdsSecretConfig value) Config for fetching validation context via SDS API.static SdsSecretConfig.BuilderSdsSecretConfig.newBuilder(SdsSecretConfig prototype) DownstreamTlsContext.Builder.setSessionTicketKeysSdsSecretConfig(SdsSecretConfig value) Config for fetching TLS session ticket keys via SDS API.CommonTlsContext.Builder.setTlsCertificateSdsSecretConfigs(int index, SdsSecretConfig value) Configs for fetching TLS certificates via SDS API.CommonTlsContext.Builder.setValidationContextSdsSecretConfig(SdsSecretConfig value) Config for fetching validation context via SDS API.CommonTlsContext.CombinedCertificateValidationContext.Builder.setValidationContextSdsSecretConfig(SdsSecretConfig value) Config for fetching validation context via SDS API.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type SdsSecretConfigModifier and TypeMethodDescriptionCommonTlsContext.Builder.addAllTlsCertificateSdsSecretConfigs(Iterable<? extends SdsSecretConfig> values) Configs for fetching TLS certificates via SDS API.