CertificateChainsResponse

data class CertificateChainsResponse(val caviumCerts: List<String>, val googleCardCerts: List<String>, val googlePartitionCerts: List<String>)

Certificate chains needed to verify the attestation. Certificates in chains are PEM-encoded and are ordered based on https://tools.ietf.org/html/rfc5246#section-7.4.2.

Constructors

Link copied to clipboard
fun CertificateChainsResponse(caviumCerts: List<String>, googleCardCerts: List<String>, googlePartitionCerts: List<String>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.