public interface IStreamCipher
Public Interface IStreamCipher
public interface class IStreamCipher
Org.BouncyCastle.Crypto.IStreamCipher = function();
Org.BouncyCastle.Crypto.IStreamCipher.createInterface('Org.BouncyCastle.Crypto.IStreamCipher');
AlgorithmName | The name of the algorithm this cipher implements. |
Init | Initialise the cipher. |
ProcessBytes(ReadOnlySpanByte, SpanByte) | 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. |
Reset | Reset the cipher to the same state as it was after the last init (if there was one). |
ReturnByte | encrypt/decrypt a single byte returning the result. |