toggle menu
cryptography-kotlin
0.4.0
common
switch theme
search in API
cryptography-core
/
dev.whyoleg.cryptography.operations
/
AuthenticatedEncryptor
/
encryptingSource
encrypting
Source
open
override
fun
encryptingSource
(
plaintext
:
RawSource
)
:
RawSource
(
source
)
abstract
fun
encryptingSource
(
plaintext
:
RawSource
,
associatedData
:
ByteArray
?
)
:
RawSource
(
source
)
open
fun
encryptingSource
(
plaintext
:
RawSource
,
associatedData
:
ByteString
?
)
:
RawSource
(
source
)