Uses of Class
io.envoyproxy.envoy.api.v2.auth.TlsCertificate
Packages that use TlsCertificate
-
Uses of TlsCertificate in io.envoyproxy.envoy.api.v2.auth
Methods in io.envoyproxy.envoy.api.v2.auth that return TlsCertificateModifier and TypeMethodDescriptionTlsCertificate.Builder.build()TlsCertificate.Builder.buildPartial()static TlsCertificateTlsCertificate.getDefaultInstance()TlsCertificate.Builder.getDefaultInstanceForType()TlsCertificate.getDefaultInstanceForType()Secret.Builder.getTlsCertificate().envoy.api.v2.auth.TlsCertificate tls_certificate = 2;Secret.getTlsCertificate().envoy.api.v2.auth.TlsCertificate tls_certificate = 2;SecretOrBuilder.getTlsCertificate().envoy.api.v2.auth.TlsCertificate tls_certificate = 2;CommonTlsContext.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.CommonTlsContext.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.CommonTlsContextOrBuilder.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.api.v2.auth that return types with arguments of type TlsCertificateModifier and TypeMethodDescriptioncom.google.protobuf.Parser<TlsCertificate>TlsCertificate.getParserForType()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.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.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.api.v2.auth with parameters of type TlsCertificateModifier and TypeMethodDescriptionCommonTlsContext.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.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.Builder.mergeFrom(TlsCertificate other) Secret.Builder.mergeTlsCertificate(TlsCertificate value) .envoy.api.v2.auth.TlsCertificate tls_certificate = 2;static TlsCertificate.BuilderTlsCertificate.newBuilder(TlsCertificate prototype) Secret.Builder.setTlsCertificate(TlsCertificate value) .envoy.api.v2.auth.TlsCertificate tls_certificate = 2;CommonTlsContext.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.api.v2.auth with type arguments of type TlsCertificateModifier and TypeMethodDescriptionCommonTlsContext.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.