public static interface TrustConfig.IntermediateCAOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getKindCase()
public abstract TrustConfig.IntermediateCA.KindCase getKindCase()| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
boolean |
Whether the pemCertificate field is set. |