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
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 declared as SdsSecretConfigModifier and TypeFieldDescriptionprivate static final SdsSecretConfig
SdsSecretConfig.DEFAULT_INSTANCE
private SdsSecretConfig
CommonTlsContext.CombinedCertificateValidationContext.Builder.validationContextSdsSecretConfig_
private SdsSecretConfig
CommonTlsContext.CombinedCertificateValidationContext.validationContextSdsSecretConfig_
Fields in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type parameters of type SdsSecretConfigModifier and TypeFieldDescriptionprivate static final com.google.protobuf.Parser
<SdsSecretConfig> SdsSecretConfig.PARSER
private com.google.protobuf.SingleFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> DownstreamTlsContext.Builder.sessionTicketKeysSdsSecretConfigBuilder_
private List
<SdsSecretConfig> CommonTlsContext.Builder.tlsCertificateSdsSecretConfigs_
private List
<SdsSecretConfig> CommonTlsContext.tlsCertificateSdsSecretConfigs_
private com.google.protobuf.RepeatedFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> CommonTlsContext.Builder.tlsCertificateSdsSecretConfigsBuilder_
private com.google.protobuf.SingleFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> CommonTlsContext.Builder.validationContextSdsSecretConfigBuilder_
private com.google.protobuf.SingleFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> CommonTlsContext.CombinedCertificateValidationContext.Builder.validationContextSdsSecretConfigBuilder_
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return SdsSecretConfigModifier and TypeMethodDescriptionSdsSecretConfig.Builder.build()
SdsSecretConfig.Builder.buildPartial()
static SdsSecretConfig
SdsSecretConfig.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 SdsSecretConfig
SdsSecretConfig.parseDelimitedFrom
(InputStream input) static SdsSecretConfig
SdsSecretConfig.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfig
SdsSecretConfig.parseFrom
(byte[] data) static SdsSecretConfig
SdsSecretConfig.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfig
SdsSecretConfig.parseFrom
(com.google.protobuf.ByteString data) static SdsSecretConfig
SdsSecretConfig.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfig
SdsSecretConfig.parseFrom
(com.google.protobuf.CodedInputStream input) static SdsSecretConfig
SdsSecretConfig.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfig
SdsSecretConfig.parseFrom
(InputStream input) static SdsSecretConfig
SdsSecretConfig.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static SdsSecretConfig
SdsSecretConfig.parseFrom
(ByteBuffer data) static SdsSecretConfig
SdsSecretConfig.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()
private com.google.protobuf.SingleFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> DownstreamTlsContext.Builder.getSessionTicketKeysSdsSecretConfigFieldBuilder()
Config for fetching TLS session ticket keys via SDS API.private com.google.protobuf.RepeatedFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> CommonTlsContext.Builder.getTlsCertificateSdsSecretConfigsFieldBuilder()
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.private com.google.protobuf.SingleFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> CommonTlsContext.Builder.getValidationContextSdsSecretConfigFieldBuilder()
Config for fetching validation context via SDS API.private com.google.protobuf.SingleFieldBuilder
<SdsSecretConfig, SdsSecretConfig.Builder, SdsSecretConfigOrBuilder> CommonTlsContext.CombinedCertificateValidationContext.Builder.getValidationContextSdsSecretConfigFieldBuilder()
Config for fetching validation context 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.private void
SdsSecretConfig.Builder.buildPartial0
(SdsSecretConfig result) 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.Builder
SdsSecretConfig.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.