程序包 istio.v1.auth
接口 Ca.IstioCertificateResponseOrBuilder
-
- 所有超级接口:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- 封闭类:
- Ca
public static interface Ca.IstioCertificateResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 StringgetCertChain(int index)PEM-encoded certificate chain.com.google.protobuf.ByteStringgetCertChainBytes(int index)PEM-encoded certificate chain.intgetCertChainCount()PEM-encoded certificate chain.List<String>getCertChainList()PEM-encoded certificate chain.
-
-
-
方法详细资料
-
getCertChainList
List<String> getCertChainList()
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;
-
getCertChainCount
int getCertChainCount()
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;
-
getCertChain
String getCertChain(int index)
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;
-
getCertChainBytes
com.google.protobuf.ByteString getCertChainBytes(int index)
PEM-encoded certificate chain. The leaf cert is the first element, and the root cert is the last element.
repeated string cert_chain = 1;
-
-