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

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

Introduction

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

The text is from its open source code.

Constructor

Method

intdecryptBlock(byte[] in, int inOff, byte[] out, int outOff)
Do the appropriate processing for CFB mode decryption.
voidinit(boolean encrypting, CipherParameters params)
Initialise the cipher and, possibly, the initialisation vector (IV).