|
Sharkysoft home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IBlockCipher64 | |
| lava.security.des | DES data encryption utilities. |
| Uses of IBlockCipher64 in lava.security.des |
| Classes in lava.security.des that implement IBlockCipher64 | |
class |
DesEngine
Optimized DES implementation. |
class |
TripleDesEngine
Optimized 3DES implementation. |
| Constructors in lava.security.des with parameters of type IBlockCipher64 | |
DesEcbDecoder(IBlockCipher64 engine)
Sets decryption engine. |
|
DesCbcDecoder(IBlockCipher64 engine,
long iv)
Specifies initialization vector and encryption function. |
|
DesCfbEncoder(IBlockCipher64 engine,
int k,
long iv)
Initializes with arbitrary block cipher, value for k, and initialization vector. |
|
DesOfbCoder(IBlockCipher64 engine,
int k,
long iv)
Initializes with arbitrary block cipher, value for k, and initialization vector. |
|
DesCbcEncoder(IBlockCipher64 engine,
long iv)
Specifies initialization vector and encryption function. |
|
DesCfbDecoder(IBlockCipher64 engine,
int k,
long iv)
Initializes with arbitrary block cipher, value for k, and initialization vector. |
|
DesEcbEncoder(IBlockCipher64 engine)
Sets encryption engine. |
|
|
Sharkysoft home | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||