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

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

Introduction

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

The text is from its open source code.

Implementation

org.bouncycastle.crypto.BlockCipher has the following implementations.
Click this link to see all its implementation.

Constructor

Method

StringgetAlgorithmName()
Return the name of the algorithm the cipher implements.
intgetBlockSize()
Return the block size for this cipher (in bytes).
voidinit(boolean forEncryption, CipherParameters params)
Initialise the cipher.
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.
voidreset()
Reset the cipher.