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
/
encryptingSink
encrypting
Sink
open
override
fun
encryptingSink
(
ciphertext
:
RawSink
)
:
RawSink
(
source
)
abstract
fun
encryptingSink
(
ciphertext
:
RawSink
,
associatedData
:
ByteArray
?
)
:
RawSink
(
source
)
open
fun
encryptingSink
(
ciphertext
:
RawSink
,
associatedData
:
ByteString
?
)
:
RawSink
(
source
)