|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BlockCipher | |
|---|---|
| kz.gamma.hardware.crypto | |
| kz.gamma.hardware.crypto.mode | |
| Uses of BlockCipher in kz.gamma.hardware.crypto |
|---|
| Classes in kz.gamma.hardware.crypto that implement BlockCipher | |
|---|---|
class |
GOST28147Engine
implementation of GOST 28147-89 |
| Fields in kz.gamma.hardware.crypto declared as BlockCipher | |
|---|---|
protected BlockCipher |
BufferedBlockCipher.cipher
|
| Methods in kz.gamma.hardware.crypto that return BlockCipher | |
|---|---|
BlockCipher |
BufferedBlockCipher.getUnderlyingCipher()
return the cipher this object wraps. |
| Constructors in kz.gamma.hardware.crypto with parameters of type BlockCipher | |
|---|---|
BufferedBlockCipher(BlockCipher cipher)
Create a buffered block cipher without padding. |
|
| Uses of BlockCipher in kz.gamma.hardware.crypto.mode |
|---|
| Classes in kz.gamma.hardware.crypto.mode that implement BlockCipher | |
|---|---|
class |
CFBBlockCipher
implements a Cipher-FeedBack (CFB) mode on top of a simple cipher. |
| Fields in kz.gamma.hardware.crypto.mode declared as BlockCipher | |
|---|---|
private BlockCipher |
CFBBlockCipher.cipher
|
| Methods in kz.gamma.hardware.crypto.mode that return BlockCipher | |
|---|---|
BlockCipher |
CFBBlockCipher.getUnderlyingCipher()
return the underlying block cipher that we are wrapping. |
| Constructors in kz.gamma.hardware.crypto.mode with parameters of type BlockCipher | |
|---|---|
CFBBlockCipher(BlockCipher cipher,
int bitBlockSize)
Basic constructor. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||