Interface TrustConfig.IntermediateCAOrBuilder (0.44.0)

public static interface TrustConfig.IntermediateCAOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getKindCase()

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

getPemCertificate()

public abstract String getPemCertificate()

PEM intermediate certificate used for building up paths 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 intermediate certificate used for building up paths 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 intermediate certificate used for building up paths 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.