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