cryptography-kotlin
Toggle table of contents
0.5.0
common
Platform filter
common
Switch theme
Search in API
cryptography-kotlin
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
)