|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.crypto.spec.IvParameterSpec
|
+--de.flexiprovider.common.mode.ModeParameterSpec
|
+--de.flexiprovider.common.mode.CFBParameterSpec
This class is the parameter specification of the Cipher Feedback Mode
| Constructor Summary | |
CFBParameterSpec(byte[] iv,
int blockSize)
Constructor. |
|
| Method Summary | |
int |
getBlockSize()
|
| Methods inherited from class javax.crypto.spec.IvParameterSpec |
getIV |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public CFBParameterSpec(byte[] iv,
int blockSize)
iv - the initialization vectorblockSize - the block size| Method Detail |
public final int getBlockSize()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||