Interface KeyOperationAttestationOrBuilder (2.5.3)

public interface KeyOperationAttestationOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCertChains()

public abstract KeyOperationAttestation.CertificateChains getCertChains()

Output only. The certificate chains needed to validate the attestation

.google.cloud.kms.v1.KeyOperationAttestation.CertificateChains cert_chains = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
KeyOperationAttestation.CertificateChains

The certChains.

getCertChainsOrBuilder()

public abstract KeyOperationAttestation.CertificateChainsOrBuilder getCertChainsOrBuilder()

Output only. The certificate chains needed to validate the attestation

.google.cloud.kms.v1.KeyOperationAttestation.CertificateChains cert_chains = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
KeyOperationAttestation.CertificateChainsOrBuilder

getContent()

public abstract ByteString getContent()

Output only. The attestation data provided by the HSM when the key operation was performed.

bytes content = 5 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
ByteString

The content.

getFormat()

public abstract KeyOperationAttestation.AttestationFormat getFormat()

Output only. The format of the attestation data.

.google.cloud.kms.v1.KeyOperationAttestation.AttestationFormat format = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
KeyOperationAttestation.AttestationFormat

The format.

getFormatValue()

public abstract int getFormatValue()

Output only. The format of the attestation data.

.google.cloud.kms.v1.KeyOperationAttestation.AttestationFormat format = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
int

The enum numeric value on the wire for format.

hasCertChains()

public abstract boolean hasCertChains()

Output only. The certificate chains needed to validate the attestation

.google.cloud.kms.v1.KeyOperationAttestation.CertificateChains cert_chains = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];

Returns
TypeDescription
boolean

Whether the certChains field is set.