cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
IvDecryptor
/
decryptWithIv
decrypt
With
Iv
open
suspend
fun
decryptWithIv
(
iv
:
ByteArray
,
ciphertext
:
ByteArray
)
:
ByteArray
(
source
)
open
suspend
fun
decryptWithIv
(
iv
:
ByteString
,
ciphertext
:
ByteString
)
:
ByteString
(
source
)