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

SampleSeedProvider

class SampleSeedProvider : ReadOnlyProperty<Any?, ByteArray>
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>

SampleSeedProvider(seedValue: String)
SampleSeedProvider(seed: ByteArray)

Properties

seed

val seed: ByteArray

Functions

getValue

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