toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.algorithms
/
AES
/
IvEncryptor
/
encryptingSinkWithIv
encrypting
Sink
With
Iv
abstract
fun
encryptingSinkWithIv
(
iv
:
ByteArray
,
ciphertext
:
RawSink
)
:
RawSink
(
source
)
open
fun
encryptingSinkWithIv
(
iv
:
ByteString
,
ciphertext
:
RawSink
)
:
RawSink
(
source
)