AESEncryption

Constructors

Link copied to clipboard
constructor(key: ByteArray)

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun decrypt(ciphertext: ByteArray): ByteArray
Link copied to clipboard
fun encrypt(plaintext: ByteArray): ByteArray