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