Companion

object Companion

Functions

Link copied to clipboard
fun fromDehydratedDevice(ciphertext: String, nonce: String, pickleKey: PickleKey): Account
Link copied to clipboard
fun fromLibolmPickle(pickle: String, pickleKey: String): Account
Link copied to clipboard
fun fromPickle(pickle: String, pickleKey: PickleKey? = null): Account
Link copied to clipboard
operator fun invoke(): Account