BatchCreateKeyResult
data class BatchCreateKeyResult(val keyInfos: List<KeyInfo>, val openid4vciKeyAttestationJws: String?)
Result of a SecureArea.batchCreateKey call.
Properties
Link copied to clipboard
the compact serialization of a Json Web Signature where the body contains 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.