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
Modifier and TypeMethodDescriptiongetCaCert(int index) Details of CA certificate.intDetails of CA certificate.Details of CA certificate.getCaCertOrBuilder(int index) Details of CA certificate.List<? extends CertificateDetailsOrBuilder>Details of CA certificate.getCertChain(int index) Details of Certificate ChainintDetails of Certificate ChainDetails of Certificate ChaingetCertChainOrBuilder(int index) Details of Certificate ChainList<? extends CertificateDetailsOrBuilder>Details of Certificate ChainMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getCaCertList
List<CertificateDetails> getCaCertList()Details of CA certificate.
repeated .envoy.admin.v3.CertificateDetails ca_cert = 1; -
getCaCert
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
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
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
Details of Certificate Chain
repeated .envoy.admin.v3.CertificateDetails cert_chain = 2;
-