interface SecretDecryptionStream : Destroyable
(source)
Used to decrypt a sequence of messages, or a single message split into arbitrary chunks.
abstract fun isComplete(): Boolean |
|
open fun pull(cipherText: Bytes): Bytes abstract fun pull(cipherText: ByteArray): ByteArray
Pull a message from this secret stream. |