Package io.envoyproxy.envoy.admin.v3
Interface CertificateOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Certificate,Certificate.Builder
public interface CertificateOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CertificateDetailsgetCaCert(int index)Details of CA certificate.intgetCaCertCount()Details of CA certificate.List<CertificateDetails>getCaCertList()Details of CA certificate.CertificateDetailsOrBuildergetCaCertOrBuilder(int index)Details of CA certificate.List<? extends CertificateDetailsOrBuilder>getCaCertOrBuilderList()Details of CA certificate.CertificateDetailsgetCertChain(int index)Details of Certificate ChainintgetCertChainCount()Details of Certificate ChainList<CertificateDetails>getCertChainList()Details of Certificate ChainCertificateDetailsOrBuildergetCertChainOrBuilder(int index)Details of Certificate ChainList<? extends CertificateDetailsOrBuilder>getCertChainOrBuilderList()Details of Certificate Chain-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getCaCertList
List<CertificateDetails> getCaCertList()
Details of CA certificate.
repeated .envoy.admin.v3.CertificateDetails ca_cert = 1;
-
getCaCert
CertificateDetails getCaCert(int index)
Details of CA certificate.
repeated .envoy.admin.v3.CertificateDetails ca_cert = 1;
-
getCaCertCount
int getCaCertCount()
Details of CA certificate.
repeated .envoy.admin.v3.CertificateDetails ca_cert = 1;
-
getCaCertOrBuilderList
List<? extends CertificateDetailsOrBuilder> getCaCertOrBuilderList()
Details of CA certificate.
repeated .envoy.admin.v3.CertificateDetails ca_cert = 1;
-
getCaCertOrBuilder
CertificateDetailsOrBuilder getCaCertOrBuilder(int index)
Details of CA certificate.
repeated .envoy.admin.v3.CertificateDetails ca_cert = 1;
-
getCertChainList
List<CertificateDetails> getCertChainList()
Details of Certificate Chain
repeated .envoy.admin.v3.CertificateDetails cert_chain = 2;
-
getCertChain
CertificateDetails getCertChain(int index)
Details of Certificate Chain
repeated .envoy.admin.v3.CertificateDetails cert_chain = 2;
-
getCertChainCount
int getCertChainCount()
Details of Certificate Chain
repeated .envoy.admin.v3.CertificateDetails cert_chain = 2;
-
getCertChainOrBuilderList
List<? extends CertificateDetailsOrBuilder> getCertChainOrBuilderList()
Details of Certificate Chain
repeated .envoy.admin.v3.CertificateDetails cert_chain = 2;
-
getCertChainOrBuilder
CertificateDetailsOrBuilder getCertChainOrBuilder(int index)
Details of Certificate Chain
repeated .envoy.admin.v3.CertificateDetails cert_chain = 2;
-
-