|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.DefaultMultiBlockCipher
| Constructor Summary | |
protected |
DefaultMultiBlockCipher()
|
| Method Summary | |
int |
getMultiBlockSize()
Return the multi-block size for this cipher (in bytes). |
int |
processBlocks(byte[] in,
int inOff,
int blockCount,
byte[] out,
int outOff)
Process blockCount blocks from input in offset inOff and place the output in out from offset outOff. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.bouncycastle.crypto.BlockCipher |
getAlgorithmName, getBlockSize, init, processBlock, reset |
| Constructor Detail |
protected DefaultMultiBlockCipher()
| Method Detail |
public int getMultiBlockSize()
MultiBlockCipher
getMultiBlockSize in interface MultiBlockCipher
public int processBlocks(byte[] in,
int inOff,
int blockCount,
byte[] out,
int outOff)
throws DataLengthException,
java.lang.IllegalStateException
MultiBlockCipher
processBlocks in interface MultiBlockCipherin - input data array.inOff - start of input data in in.blockCount - number of blocks to be processed.out - output data array.outOff - start position for output data.
DataLengthException
java.lang.IllegalStateException
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||