cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
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
)