lib
common
jvm
native
lib
/
app.cash.nostrino.crypto
/
AesCipher
Aes
Cipher
common
jvm
native
expect
object
AesCipher
actual
object
AesCipher
actual
object
AesCipher
Members
Functions
decrypt
Link copied to clipboard
common
jvm
native
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
encrypt
Link copied to clipboard
common
jvm
native
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
generate
Iv
Link copied to clipboard
common
jvm
native
expect
fun
generateIv
(
)
:
ByteArray
actual
fun
generateIv
(
)
:
ByteArray
actual
fun
generateIv
(
)
:
ByteArray