|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CipherParameters | |
|---|---|
| kz.gamma.crypto | |
| kz.gamma.crypto.generators | |
| kz.gamma.crypto.params | |
| kz.gamma.crypto.signers | |
| kz.gamma.hash | |
| Uses of CipherParameters in kz.gamma.crypto |
|---|
| Methods in kz.gamma.crypto that return CipherParameters | |
|---|---|
abstract CipherParameters |
PBEParametersGenerator.generateDerivedMacParameters(int keySize)
generate derived parameters for a key of length keySize, specifically for use with a MAC. |
abstract CipherParameters |
PBEParametersGenerator.generateDerivedParameters(int keySize)
generate derived parameters for a key of length keySize. |
abstract CipherParameters |
PBEParametersGenerator.generateDerivedParameters(int keySize,
int ivSize)
generate derived parameters for a key of length keySize, and an initialisation vector (IV) of length ivSize. |
| Methods in kz.gamma.crypto with parameters of type CipherParameters | |
|---|---|
void |
DSA.init(boolean forSigning,
CipherParameters param)
initialise the signer for signature generation or signature verification. |
void |
Signer.init(boolean forSigning,
CipherParameters param)
Initialise the signer for signing or verification. |
| Uses of CipherParameters in kz.gamma.crypto.generators |
|---|
| Methods in kz.gamma.crypto.generators that return CipherParameters | |
|---|---|
CipherParameters |
OpenSSLPBEParametersGenerator.generateDerivedMacParameters(int keySize)
Generate a key parameter for use with a MAC derived from the password, salt, and iteration count we are currently initialised with. |
CipherParameters |
OpenSSLPBEParametersGenerator.generateDerivedParameters(int keySize)
Generate a key parameter derived from the password, salt, and iteration count we are currently initialised with. |
CipherParameters |
OpenSSLPBEParametersGenerator.generateDerivedParameters(int keySize,
int ivSize)
Generate a key with initialisation vector parameter derived from the password, salt, and iteration count we are currently initialised with. |
| Uses of CipherParameters in kz.gamma.crypto.params |
|---|
| Classes in kz.gamma.crypto.params that implement CipherParameters | |
|---|---|
class |
GammaParameters
Передача параметров в криптографические классы Date: 05.10.2009 Time: 15:46:27 |
class |
KeyParameter
|
| Uses of CipherParameters in kz.gamma.crypto.signers |
|---|
| Methods in kz.gamma.crypto.signers with parameters of type CipherParameters | |
|---|---|
void |
ECGOST3410Signer.init(boolean forSigning,
CipherParameters param)
Инициализация |
| Uses of CipherParameters in kz.gamma.hash |
|---|
| Classes in kz.gamma.hash that implement CipherParameters | |
|---|---|
class |
ParametersWithSBox
|
| Fields in kz.gamma.hash declared as CipherParameters | |
|---|---|
private CipherParameters |
ParametersWithSBox.parameters
|
| Methods in kz.gamma.hash that return CipherParameters | |
|---|---|
CipherParameters |
ParametersWithSBox.getParameters()
|
| Methods in kz.gamma.hash with parameters of type CipherParameters | |
|---|---|
void |
GOST28147Engine.init(boolean forEncryption,
CipherParameters params)
initialise an GOST28147 cipher. |
| Constructors in kz.gamma.hash with parameters of type CipherParameters | |
|---|---|
ParametersWithSBox(CipherParameters parameters,
byte[] sBox)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||