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

BlockingSeedProvider

class BlockingSeedProvider : 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>

BlockingSeedProvider(seedValue: String, delayMillis: Long = 5000L)
BlockingSeedProvider(seed: ByteArray, delay: Long = 5000L)

Properties

delay

val delay: Long

seed

val seed: ByteArray

Functions

getValue

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