CryptoKeyVersionAttestationCertChains

data class CryptoKeyVersionAttestationCertChains(val caviumCerts: List<String>? = null, val googleCardCerts: List<String>? = null, val googlePartitionCerts: List<String>? = null)

Constructors

Link copied to clipboard
constructor(caviumCerts: List<String>? = null, googleCardCerts: List<String>? = null, googlePartitionCerts: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val caviumCerts: List<String>? = null

Cavium certificate chain corresponding to the attestation.

Link copied to clipboard

Google card certificate chain corresponding to the attestation.

Link copied to clipboard

Google partition certificate chain corresponding to the attestation.