| Package | Description |
|---|---|
| io.envoyproxy.envoy.extensions.transport_sockets.tls.v3 |
| Modifier and Type | Method and Description |
|---|---|
TlsCertificate |
TlsCertificate.Builder.build() |
TlsCertificate |
TlsCertificate.Builder.buildPartial() |
static TlsCertificate |
TlsCertificate.getDefaultInstance() |
TlsCertificate |
TlsCertificate.getDefaultInstanceForType() |
TlsCertificate |
TlsCertificate.Builder.getDefaultInstanceForType() |
TlsCertificate |
Secret.getTlsCertificate()
.envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2; |
TlsCertificate |
Secret.Builder.getTlsCertificate()
.envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2; |
TlsCertificate |
SecretOrBuilder.getTlsCertificate()
.envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2; |
TlsCertificate |
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.
|
TlsCertificate |
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.
|
TlsCertificate |
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 TlsCertificate |
TlsCertificate.parseDelimitedFrom(InputStream input) |
static TlsCertificate |
TlsCertificate.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TlsCertificate |
TlsCertificate.parseFrom(byte[] data) |
static TlsCertificate |
TlsCertificate.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TlsCertificate |
TlsCertificate.parseFrom(ByteBuffer data) |
static TlsCertificate |
TlsCertificate.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TlsCertificate |
TlsCertificate.parseFrom(com.google.protobuf.ByteString data) |
static TlsCertificate |
TlsCertificate.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TlsCertificate |
TlsCertificate.parseFrom(com.google.protobuf.CodedInputStream input) |
static TlsCertificate |
TlsCertificate.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static TlsCertificate |
TlsCertificate.parseFrom(InputStream input) |
static TlsCertificate |
TlsCertificate.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<TlsCertificate> |
TlsCertificate.getParserForType() |
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> |
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> |
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() |
| Modifier and Type | Method and Description |
|---|---|
CommonTlsContext.Builder |
CommonTlsContext.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 |
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 |
TlsCertificate.Builder.mergeFrom(TlsCertificate other) |
Secret.Builder |
Secret.Builder.mergeTlsCertificate(TlsCertificate value)
.envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2; |
static TlsCertificate.Builder |
TlsCertificate.newBuilder(TlsCertificate prototype) |
Secret.Builder |
Secret.Builder.setTlsCertificate(TlsCertificate value)
.envoy.extensions.transport_sockets.tls.v3.TlsCertificate tls_certificate = 2; |
CommonTlsContext.Builder |
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.
|
| Modifier and Type | Method and Description |
|---|---|
CommonTlsContext.Builder |
CommonTlsContext.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.
|
Copyright © 2018–2021 The Envoy Project. All rights reserved.