toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
IvDecryptor
/
decryptWithIvBlocking
decrypt
With
Iv
Blocking
abstract
fun
decryptWithIvBlocking
(
iv
:
ByteArray
,
ciphertext
:
ByteArray
)
:
ByteArray
(
source
)
open
fun
decryptWithIvBlocking
(
iv
:
ByteString
,
ciphertext
:
ByteString
)
:
ByteString
(
source
)