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.
Properties
Link copied to clipboard
the X.509 certificate that all the leaf certificates got in common.
Link copied to clipboard
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.