Package | Description |
---|---|
kz.gamma.crypto | |
kz.gamma.crypto.chiper | |
kz.gamma.crypto.mode |
Modifier and Type | Field and Description |
---|---|
protected BlockCipher |
BufferedBlockCipher.cipher |
Modifier and Type | Method and Description |
---|---|
BlockCipher |
BufferedBlockCipher.getUnderlyingCipher()
return the cipher this object wraps.
|
Constructor and Description |
---|
BufferedBlockCipher(BlockCipher cipher)
Create a buffered block cipher without padding.
|
Modifier and Type | Class and Description |
---|---|
class |
GOST28147Engine
implementation of GOST 28147-89
|
Modifier and Type | Class and Description |
---|---|
class |
CFBBlockCipher
implements a Cipher-FeedBack (CFB) mode on top of a simple cipher.
|
Modifier and Type | Field and Description |
---|---|
private BlockCipher |
CFBBlockCipher.cipher |
Modifier and Type | Method and Description |
---|---|
BlockCipher |
CFBBlockCipher.getUnderlyingCipher()
return the underlying block cipher that we are wrapping.
|
Constructor and Description |
---|
CFBBlockCipher(BlockCipher cipher,
int bitBlockSize)
Basic constructor.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.