AesCipher

expect object AesCipher
actual object AesCipher
actual object AesCipher

Functions

Link copied to clipboard
expect fun decrypt(cipherText: ByteArray, key: ByteArray, iv: ByteArray): ByteArray
actual fun decrypt(cipherText: ByteArray, key: ByteArray, iv: ByteArray): ByteArray
actual fun decrypt(cipherText: ByteArray, key: ByteArray, iv: ByteArray): ByteArray
Link copied to clipboard
expect fun encrypt(plainText: ByteArray, key: ByteArray, iv: ByteArray): ByteArray
actual fun encrypt(plainText: ByteArray, key: ByteArray, iv: ByteArray): ByteArray
actual fun encrypt(plainText: ByteArray, key: ByteArray, iv: ByteArray): ByteArray
Link copied to clipboard
expect fun generateIv(): ByteArray
actual fun generateIv(): ByteArray
actual fun generateIv(): ByteArray