public static interface Cert.TlsCertificateOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
Base.DataSource |
getCertificateChain()
The TLS certificate chain.
|
Base.DataSourceOrBuilder |
getCertificateChainOrBuilder()
The TLS certificate chain.
|
Base.DataSource |
getOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
Base.DataSourceOrBuilder |
getOcspStapleOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
Base.DataSource |
getPassword()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource password = 3; |
Base.DataSourceOrBuilder |
getPasswordOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource password = 3; |
Base.DataSource |
getPrivateKey()
The TLS private key.
|
Base.DataSourceOrBuilder |
getPrivateKeyOrBuilder()
The TLS private key.
|
Base.DataSource |
getSignedCertificateTimestamp(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
int |
getSignedCertificateTimestampCount()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
List<Base.DataSource> |
getSignedCertificateTimestampList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
Base.DataSourceOrBuilder |
getSignedCertificateTimestampOrBuilder(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
List<? extends Base.DataSourceOrBuilder> |
getSignedCertificateTimestampOrBuilderList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5; |
boolean |
hasCertificateChain()
The TLS certificate chain.
|
boolean |
hasOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4; |
boolean |
hasPassword()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource password = 3; |
boolean |
hasPrivateKey()
The TLS private key.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCertificateChain()
The TLS certificate chain.
.envoy.api.v2.core.DataSource certificate_chain = 1;Base.DataSource getCertificateChain()
The TLS certificate chain.
.envoy.api.v2.core.DataSource certificate_chain = 1;Base.DataSourceOrBuilder getCertificateChainOrBuilder()
The TLS certificate chain.
.envoy.api.v2.core.DataSource certificate_chain = 1;boolean hasPrivateKey()
The TLS private key.
.envoy.api.v2.core.DataSource private_key = 2;Base.DataSource getPrivateKey()
The TLS private key.
.envoy.api.v2.core.DataSource private_key = 2;Base.DataSourceOrBuilder getPrivateKeyOrBuilder()
The TLS private key.
.envoy.api.v2.core.DataSource private_key = 2;boolean hasPassword()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource password = 3;Base.DataSource getPassword()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource password = 3;Base.DataSourceOrBuilder getPasswordOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource password = 3;boolean hasOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4;Base.DataSource getOcspStaple()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4;Base.DataSourceOrBuilder getOcspStapleOrBuilder()
[#not-implemented-hide:]
.envoy.api.v2.core.DataSource ocsp_staple = 4;List<Base.DataSource> getSignedCertificateTimestampList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5;Base.DataSource getSignedCertificateTimestamp(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5;int getSignedCertificateTimestampCount()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5;List<? extends Base.DataSourceOrBuilder> getSignedCertificateTimestampOrBuilderList()
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5;Base.DataSourceOrBuilder getSignedCertificateTimestampOrBuilder(int index)
[#not-implemented-hide:]
repeated .envoy.api.v2.core.DataSource signed_certificate_timestamp = 5;Copyright © 2018 The Envoy Project. All rights reserved.