Reference documentation and code samples for the Cloud KMS V1 Client class AttestationFormat.
Attestation formats provided by the HSM.
Protobuf type google.cloud.kms.v1.KeyOperationAttestation.AttestationFormat
Namespace
Google \ Cloud \ Kms \ V1 \ KeyOperationAttestationMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
ATTESTATION_FORMAT_UNSPECIFIED
Value: 0
Not specified.
Generated from protobuf enum ATTESTATION_FORMAT_UNSPECIFIED = 0;
CAVIUM_V1_COMPRESSED
Value: 3
Cavium HSM attestation compressed with gzip. Note that this format is defined by Cavium and subject to change at any time.
See https://www.marvell.com/products/security-solutions/nitrox-hs-adapters/software-key-attestation.html.
Generated from protobuf enum CAVIUM_V1_COMPRESSED = 3;
CAVIUM_V2_COMPRESSED
Value: 4
Cavium HSM attestation V2 compressed with gzip. This is a new format introduced in Cavium's version 3.2-08.
Generated from protobuf enum CAVIUM_V2_COMPRESSED = 4;