Encryptor

sealed interface Encryptor(source)

Inheritors

Types

Link copied to clipboard
sealed class RSA : Encryptor

Properties

Link copied to clipboard
Link copied to clipboard

Functions

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