public interface ShieldedInstanceIdentityEntryOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEkCert()
public abstract String getEkCert()A PEM-encoded X.509 certificate. This field can be empty.
optional string ek_cert = 450178589;
| Returns | |
|---|---|
| Type | Description |
String |
The ekCert. |
getEkCertBytes()
public abstract ByteString getEkCertBytes()A PEM-encoded X.509 certificate. This field can be empty.
optional string ek_cert = 450178589;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ekCert. |
getEkPub()
public abstract String getEkPub()A PEM-encoded public key.
optional string ek_pub = 308947940;
| Returns | |
|---|---|
| Type | Description |
String |
The ekPub. |
getEkPubBytes()
public abstract ByteString getEkPubBytes()A PEM-encoded public key.
optional string ek_pub = 308947940;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for ekPub. |
hasEkCert()
public abstract boolean hasEkCert()A PEM-encoded X.509 certificate. This field can be empty.
optional string ek_cert = 450178589;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ekCert field is set. |
hasEkPub()
public abstract boolean hasEkPub()A PEM-encoded public key.
optional string ek_pub = 308947940;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the ekPub field is set. |