|
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 | |
DesEcbEncoder.DesEcbEncoder(IBlockCipher64 engine)
Sets encryption engine. |
|
DesCfbEncoder.DesCfbEncoder(IBlockCipher64 engine,
int k,
long iv)
Initializes with arbitrary block cipher, value for k, and initialization vector. |
|
DesEcbDecoder.DesEcbDecoder(IBlockCipher64 engine)
Sets decryption engine. |
|
DesCbcDecoder.DesCbcDecoder(IBlockCipher64 engine,
long iv)
Specifies initialization vector and encryption function. |
|
DesCbcEncoder.DesCbcEncoder(IBlockCipher64 engine,
long iv)
Specifies initialization vector and encryption function. |
|
DesCfbDecoder.DesCfbDecoder(IBlockCipher64 engine,
int k,
long iv)
Initializes with arbitrary block cipher, value for k, and initialization vector. |
|
DesOfbCoder.DesOfbCoder(IBlockCipher64 engine,
int k,
long iv)
Initializes with arbitrary block cipher, value for k, and initialization vector. |
|
Sharkysoft home | |||||||||
PREV NEXT | FRAMES NO FRAMES |