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

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

Introduction

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

The text is from its open source code.

Constructor

Method

voidinit(boolean encrypting, CipherParameters params)
Initialise the cipher and, possibly, the initialisation vector (IV).
intprocessBlock(byte[] in, int inOff, byte[] out, int outOff)
Process one block of input from the array in and write it to the out array.