decryptBlocking

abstract fun decryptBlocking(ciphertext: ByteArray): ByteArray(source)

Decrypts the given ciphertext and returns the resulting plaintext as a ByteArray.

Use decrypt when calling from suspending code.


Decrypts the given ciphertext and returns the resulting plaintext as a ByteString.

Use decrypt when calling from suspending code.