BatchCreateKeyResult

data class BatchCreateKeyResult(val keyInfos: List<KeyInfo>, val openid4vciKeyAttestationJws: String?)

Result of a SecureArea.batchCreateKey call.

Constructors

Link copied to clipboard
constructor(keyInfos: List<KeyInfo>, openid4vciKeyAttestationJws: String?)

Properties

Link copied to clipboard

a list KeyInfo, one for each of the created keys.

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.