Decryptor

sealed interface Decryptor(source)

Inheritors

Types

Link copied to clipboard
sealed class RSA : Decryptor

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
abstract suspend fun decrypt(data: ByteArray): KmmResult<ByteArray>