Java org.bouncycastle.crypto StreamCipher fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.crypto StreamCipher fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.crypto StreamCipher.

The text is from its open source code.

Method

voidinit(boolean forEncryption, CipherParameters params)
Initialise the cipher.
intprocessBytes(byte[] in, int inOff, int len, byte[] out, int outOff)
process a block of bytes from in putting the result into out.
bytereturnByte(byte in)
encrypt/decrypt a single byte returning the result.