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
/
decryptingSinkWithIv
decrypting
Sink
With
Iv
abstract
fun
decryptingSinkWithIv
(
iv
:
ByteArray
,
plaintext
:
RawSink
)
:
RawSink
(
source
)
open
fun
decryptingSinkWithIv
(
iv
:
ByteString
,
plaintext
:
RawSink
)
:
RawSink
(
source
)