|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mindbright.jce.crypto.CipherSpi
com.mindbright.security.cipher.BlockCipher
com.mindbright.security.cipher.DES3
| Constructor Summary | |
DES3()
|
|
| Method Summary | |
void |
blockDecrypt(byte[] in,
int inOffset,
byte[] out,
int outOffset)
|
void |
blockEncrypt(byte[] in,
int inOffset,
byte[] out,
int outOffset)
|
int |
getBlockSize()
|
void |
initializeKey(byte[] key)
|
| Methods inherited from class com.mindbright.security.cipher.BlockCipher |
engineDoFinal, engineGetBlockSize, engineGetIV, engineGetOutputSize, engineInit, engineInit, engineSetMode, engineSetPadding, getIntLSBO, getIntMSBO, nboIncr, putIntLSBO, putIntMSBO |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DES3()
| Method Detail |
public int getBlockSize()
getBlockSize in class BlockCipher
public void initializeKey(byte[] key)
throws InvalidKeyException
initializeKey in class BlockCipherInvalidKeyException
public void blockEncrypt(byte[] in,
int inOffset,
byte[] out,
int outOffset)
blockEncrypt in class BlockCipher
public void blockDecrypt(byte[] in,
int inOffset,
byte[] out,
int outOffset)
blockDecrypt in class BlockCipher
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||