toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.algorithms
/
BaseAesIvAuthenticatedEncryptor
/
createEncryptFunctionWithIv
create
Encrypt
Function
With
Iv
abstract
fun
createEncryptFunctionWithIv
(
iv
:
ByteArray
,
associatedData
:
ByteArray
?
)
:
CipherFunction
(
source
)