Interface TrustConfig.TrustAnchorOrBuilder (0.44.0)

public static interface TrustConfig.TrustAnchorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKindCase()

public abstract TrustConfig.TrustAnchor.KindCase getKindCase()
Returns
TypeDescription
TrustConfig.TrustAnchor.KindCase

getPemCertificate()

public abstract String getPemCertificate()

PEM root certificate of the PKI used for validation.

Each certificate provided in PEM format may occupy up to 5kB.

string pem_certificate = 1;

Returns
TypeDescription
String

The pemCertificate.

getPemCertificateBytes()

public abstract ByteString getPemCertificateBytes()

PEM root certificate of the PKI used for validation.

Each certificate provided in PEM format may occupy up to 5kB.

string pem_certificate = 1;

Returns
TypeDescription
ByteString

The bytes for pemCertificate.

hasPemCertificate()

public abstract boolean hasPemCertificate()

PEM root certificate of the PKI used for validation.

Each certificate provided in PEM format may occupy up to 5kB.

string pem_certificate = 1;

Returns
TypeDescription
boolean

Whether the pemCertificate field is set.