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
/
AuthenticatedDecryptor
/
decryptingSink
decrypting
Sink
open
override
fun
decryptingSink
(
plaintext
:
RawSink
)
:
RawSink
(
source
)
abstract
fun
decryptingSink
(
plaintext
:
RawSink
,
associatedData
:
ByteArray
?
)
:
RawSink
(
source
)
open
fun
decryptingSink
(
plaintext
:
RawSink
,
associatedData
:
ByteString
?
)
:
RawSink
(
source
)