|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.objectwave.crypto.SquareEcb
Constructor Summary | |
SquareEcb()
|
Method Summary | |
void |
decrypt(byte[] buf,
int off,
int len)
|
void |
encrypt(byte[] buf,
int off,
int len)
|
void |
setIV(byte[] iv)
|
void |
setKey(byte[] key)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public SquareEcb()
Method Detail |
public final void setKey(byte[] key)
setKey
in interface SquareMode
public final void setIV(byte[] iv)
setIV
in interface SquareMode
public final void encrypt(byte[] buf, int off, int len)
encrypt
in interface SquareMode
public final void decrypt(byte[] buf, int off, int len)
decrypt
in interface SquareMode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |