toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-provider-base
/
dev.whyoleg.cryptography.providers.base.operations
/
BaseAuthenticatedEncryptor
/
encryptBlocking
encrypt
Blocking
open
override
fun
encryptBlocking
(
plaintext
:
ByteArray
)
:
ByteArray
(
source
)
open
override
fun
encryptBlocking
(
plaintext
:
ByteArray
,
associatedData
:
ByteArray
?
)
:
ByteArray
(
source
)