tuweni / org.apache.tuweni.crypto.sodium / SecretDecryptionStream / pull

pull

open fun pull(cipherText: Bytes): Bytes (source)
abstract fun pull(cipherText: ByteArray): ByteArray (source)

Pull a message from this secret stream.

Parameters

cipherText - The encrypted message.

Return
The clear text.