KeyAttestation

data class KeyAttestation(val publicKey: EcPublicKey, val certChain: X509CertChain?)

Class for key attestations.

Key attestations are used to prove to a remote party that a key was generated in a specific Secure Area.

If the Secure Area implementation supports attestation with X.509 certificate chains, the certChain parameter contains the chain. Not all Secure Area implementations support attestation.

Parameters

publicKey

the key that the attestation is for.

certChain

If set, this contains a X.509 certificate chain attesting to the key.

Constructors

Link copied to clipboard
constructor(publicKey: EcPublicKey, certChain: X509CertChain?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard