Uses of Class
io.envoyproxy.envoy.extensions.transport_sockets.tls.v3.TlsCertificate
-
Packages that use TlsCertificate Package Description io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 -
-
Uses of TlsCertificate in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3
Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 that return TlsCertificate Modifier and Type Method Description TlsCertificateTlsCertificate.Builder. build()TlsCertificateTlsCertificate.Builder. buildPartial()static TlsCertificateTlsCertificate. getDefaultInstance()TlsCertificateTlsCertificate.Builder. getDefaultInstanceForType()TlsCertificateTlsCertificate. getDefaultInstanceForType()TlsCertificateSecret.Builder. getTlsCertificate().envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2;TlsCertificateSecret. getTlsCertificate().envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2;TlsCertificateSecretOrBuilder. getTlsCertificate().envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2;TlsCertificateCommonTlsContext.Builder. getTlsCertificates(int index):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.TlsCertificateCommonTlsContext. getTlsCertificates(int index):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.TlsCertificateCommonTlsContextOrBuilder. getTlsCertificates(int index):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.static TlsCertificateTlsCertificate. parseDelimitedFrom(InputStream input)static TlsCertificateTlsCertificate. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsCertificateTlsCertificate. parseFrom(byte[] data)static TlsCertificateTlsCertificate. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsCertificateTlsCertificate. parseFrom(com.google.protobuf.ByteString data)static TlsCertificateTlsCertificate. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsCertificateTlsCertificate. parseFrom(com.google.protobuf.CodedInputStream input)static TlsCertificateTlsCertificate. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsCertificateTlsCertificate. parseFrom(InputStream input)static TlsCertificateTlsCertificate. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static TlsCertificateTlsCertificate. parseFrom(ByteBuffer data)static TlsCertificateTlsCertificate. 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 TlsCertificate Modifier and Type Method Description com.google.protobuf.Parser<TlsCertificate>TlsCertificate. getParserForType()List<TlsCertificate>CommonTlsContext.Builder. getTlsCertificatesList():ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.List<TlsCertificate>CommonTlsContext. getTlsCertificatesList():ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.List<TlsCertificate>CommonTlsContextOrBuilder. getTlsCertificatesList():ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.static com.google.protobuf.Parser<TlsCertificate>TlsCertificate. parser()Methods in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with parameters of type TlsCertificate Modifier and Type Method Description CommonTlsContext.BuilderCommonTlsContext.Builder. addTlsCertificates(int index, TlsCertificate value):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.CommonTlsContext.BuilderCommonTlsContext.Builder. addTlsCertificates(TlsCertificate value):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.TlsCertificate.BuilderTlsCertificate.Builder. mergeFrom(TlsCertificate other)Secret.BuilderSecret.Builder. mergeTlsCertificate(TlsCertificate value).envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2;static TlsCertificate.BuilderTlsCertificate. newBuilder(TlsCertificate prototype)Secret.BuilderSecret.Builder. setTlsCertificate(TlsCertificate value).envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2;CommonTlsContext.BuilderCommonTlsContext.Builder. setTlsCertificates(int index, TlsCertificate value):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.Method parameters in io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 with type arguments of type TlsCertificate Modifier and Type Method Description CommonTlsContext.BuilderCommonTlsContext.Builder. addAllTlsCertificates(Iterable<? extends TlsCertificate> values):ref:`Multiple TLS certificates <arch_overview_ssl_cert_select>` can be associated with the same context to allow both RSA and ECDSA certificates.
-