open fun pull(cipherText: Bytes): Bytes
abstract fun pull(cipherText: ByteArray): ByteArray
Pull a message from this secret stream.
cipherText - The encrypted message.
cipherText
Return The clear text.