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