KeyStorageInfo

@Serializable
data class KeyStorageInfo(val storageType: String, val storageCertificationInformation: String)(source)

Data class specifying information on the key storage containing the attested keys. See https://github.com/eu-digital-identity-wallet/eudi-doc-standards-and-technical-specifications/blob/main/docs/technical-specifications/ts3-wallet-unit-attestation.md

Constructors

Link copied to clipboard
constructor(storageType: String, storageCertificationInformation: String)

Properties

Link copied to clipboard
@SerialName(value = "storage_certification_information")
val storageCertificationInformation: String
Link copied to clipboard
@SerialName(value = "storage_type")
val storageType: String