toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.algorithms
/
BaseAesIvAuthenticatedDecryptor
/
decryptWithIvBlocking
decrypt
With
Iv
Blocking
open
override
fun
decryptWithIvBlocking
(
iv
:
ByteArray
,
ciphertext
:
ByteArray
,
associatedData
:
ByteArray
?
)
:
ByteArray
(
source
)