aries / net.globalid.aries.utils / RxCrypto / KeyInformation

KeyInformation

@JsonClass(true) data class KeyInformation

Represents the key information JSON from Crypto.createKey.

Constructors

<init>

Represents the key information JSON from Crypto.createKey.

KeyInformation(seed: String? = null, cryptoType: String? = null)

Properties

cryptoType

val cryptoType: String?

seed

val seed: String?