Interface FetchCaCertsResponse.CertChainOrBuilder (2.2.5)

public static interface FetchCaCertsResponse.CertChainOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
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
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
List<String>

A list containing the certificates.