AttestationResponse

data class AttestationResponse(val challenge: ByteArray, val attestationChain: List<X509Certificate>, val signature: ByteArray)

Response to an attestation challenge.

Used for remote verification of key attestation.

Constructors

Link copied to clipboard
constructor(challenge: ByteArray, attestationChain: List<X509Certificate>, signature: ByteArray)

Properties

Link copied to clipboard

The certificate chain proving key attestation.

Link copied to clipboard

The original challenge bytes.

Link copied to clipboard

Signature over the challenge using the attested key.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int