Bouncy Castle Library
C#
VB
C++
JavaScript
Show/Hide TOC
IStream
Cipher
Process
Bytes Method
Overload List
ProcessBytes(ReadOnlySpan
Byte
, Span
Byte
)
Process a block of bytes from
input
, putting the result into
output
.
ProcessBytes(
Byte
, Int32, Int32,
Byte
, Int32)
Process a block of bytes from
input
, putting the result into
output
.
See Also
Reference
IStreamCipher Interface
Org.BouncyCastle.Crypto Namespace
In This Article
Overload List
See Also