Interface TrustConfig.TrustAnchorOrBuilder (0.45.0)

public static interface TrustConfig.TrustAnchorOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKindCase()

public abstract TrustConfig.TrustAnchor.KindCase getKindCase()
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
boolean

Whether the pemCertificate field is set.