public static interface CertificateAuthority.ManagedCertificateAuthority.CertChainOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getCertificates(int index)
public abstract String getCertificates(int index)
The certificates that form the CA chain, from leaf to root order.
repeated string certificates = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the element to return. |
Returns | |
---|---|
Type | Description |
String |
The certificates at the given index. |
getCertificatesBytes(int index)
public abstract ByteString getCertificatesBytes(int index)
The certificates that form the CA chain, from leaf to root order.
repeated string certificates = 1;
Parameter | |
---|---|
Name | Description |
index |
int The index of the value to return. |
Returns | |
---|---|
Type | Description |
ByteString |
The bytes of the certificates at the given index. |
getCertificatesCount()
public abstract int getCertificatesCount()
The certificates that form the CA chain, from leaf to root order.
repeated string certificates = 1;
Returns | |
---|---|
Type | Description |
int |
The count of certificates. |
getCertificatesList()
public abstract List<String> getCertificatesList()
The certificates that form the CA chain, from leaf to root order.
repeated string certificates = 1;
Returns | |
---|---|
Type | Description |
List<String> |
A list containing the certificates. |