public interface IstioCertificateResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCertChain(int index)
PEM-encoded certificate chain.
|
com.google.protobuf.ByteString |
getCertChainBytes(int index)
PEM-encoded certificate chain.
|
int |
getCertChainCount()
PEM-encoded certificate chain.
|
List<String> |
getCertChainList()
PEM-encoded certificate chain.
|
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;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;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;index - The index of the element to return.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;index - The index of the value to return.Copyright © 2024 The Apache Software Foundation. All rights reserved.