toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
IvEncryptor
/
encryptWithIv
encrypt
With
Iv
open
suspend
fun
encryptWithIv
(
iv
:
ByteArray
,
plaintext
:
ByteArray
)
:
ByteArray
(
source
)
open
suspend
fun
encryptWithIv
(
iv
:
ByteString
,
plaintext
:
ByteString
)
:
ByteString
(
source
)