BatchCreateKeyRequest1

data class BatchCreateKeyRequest1(val localKeys: List<CoseKey>, val localKeyAttestations: List<X509CertChain>, val serverState: ByteArray) : CloudSecureAreaProtocol.Command

The second request for batch creation of keys.

Note that the size the number of keys requested in the batch is conveyed here as the size of localKeys.

Constructors

Link copied to clipboard
constructor(localKeys: List<CoseKey>, localKeyAttestations: List<X509CertChain>, serverState: ByteArray)

Properties

Link copied to clipboard

the attestations for the local keys created - is empty if the device doesn't support key attestations. Otherwise its cardinality matches that of localKeys

Link copied to clipboard

the local keys created with the challenge retrieved from the server.

Link copied to clipboard