BatchCreateKeyResponse1

data class BatchCreateKeyResponse1(val commonCertChain: X509CertChain, val remoteKeyAttestationLeafs: List<X509Cert>, val serverStates: List<ByteArray>, val openid4vciKeyAttestationCompactSerialization: String?) : CloudSecureAreaProtocol.Command

The second and final response for batch creation of keys.

Constructors

Link copied to clipboard
constructor(commonCertChain: X509CertChain, remoteKeyAttestationLeafs: List<X509Cert>, serverStates: List<ByteArray>, openid4vciKeyAttestationCompactSerialization: String?)

Properties

Link copied to clipboard

the X.509 certificate that all the leaf certificates got in common.

An attestation over all the keys according to OpenID4VCI Key Attestation or null if the implementation doesn't provide such an attestation or wasn't requested.

Link copied to clipboard

Leaf X.509 certificates for each generated cloud key.

Link copied to clipboard

A serverState for each generated cloud key.