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

pull

open fun pull(cipherText: Bytes!): Bytes! (source)

Pull a message from this secret stream.

Parameters

cipherText - Bytes!: The encrypted message.

Return
Bytes!: The clear text.

abstract fun pull(cipherText: ByteArray!): ByteArray! (source)

Pull a message from this secret stream.

Parameters

cipherText - ByteArray!: The encrypted message.

Return
ByteArray!: The clear text.