@JsonClass(true) data class KeyInformation
Represents the key information JSON from Crypto.createKey.
<init> |
Represents the key information JSON from Crypto.createKey. KeyInformation(seed: String? = null, cryptoType: String? = null) |
cryptoType |
val cryptoType: String? |
seed |
val seed: String? |