|
abcdef | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BlockCipher
BlockCipher.
| Method Summary | |
|---|---|
int |
getBlockSize()
|
void |
init(boolean forEncryption,
byte[] key)
|
void |
transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff)
|
| Method Detail |
|---|
void init(boolean forEncryption,
byte[] key)
int getBlockSize()
void transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff)
|
abcdef | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||