ProteusClient

interface ProteusClient

Samples

samples.cryptography.ProteusClient.basicEncryption

Inheritors

Functions

Link copied to clipboard
abstract suspend fun close()
Link copied to clipboard
abstract suspend fun newLastResortPreKey(): PreKeyCrypto
Link copied to clipboard
abstract suspend fun newPreKeys(from: Int, count: Int): List<PreKeyCrypto>
Link copied to clipboard
abstract suspend fun <R> transaction(name: String, block: suspend (context: ProteusCoreCryptoContext) -> R): R