zcash-android-wallet-sdk / cash.z.wallet.sdk.ext / SampleSpendingKeyProvider

SampleSpendingKeyProvider

class SampleSpendingKeyProvider : ReadWriteProperty<Any?, String>
Deprecated: Do not use this because it is insecure and only intended for test code and samples. Instead, use the Android Keystore system or a 3rd party library that leverages it.

Constructors

<init>

SampleSpendingKeyProvider(seedValue: String)

Functions

getValue

fun getValue(thisRef: Any?, property: KProperty<*>): String

setValue

fun setValue(thisRef: Any?, property: KProperty<*>, value: String): Unit