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