Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
BufferedBlockCipher.init(boolean forEncryption,
CipherParameters params)
initialise the cipher.
|
void |
BlockCipher.init(boolean forEncryption,
CipherParameters params)
Initialise the cipher.
|
void |
Signer.init(boolean forSigning,
CipherParameters param)
Initialise the signer for signing or verification.
|
void |
DSA.init(boolean forSigning,
CipherParameters param)
initialise the signer for signature generation or signature
verification.
|
Modifier and Type | Method and Description |
---|---|
void |
GOST28147Engine.init(boolean forEncryption,
CipherParameters params)
initialise an GOST28147 cipher.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
void |
CFBBlockCipher.init(boolean encrypting,
CipherParameters params)
Initialise the cipher and, possibly, the initialisation vector (IV).
|
Modifier and Type | Class and Description |
---|---|
class |
GammaParameters
Передача параметров в криптографические классы
Date: 05.10.2009
Time: 15:46:27
|
class |
KeyParameter |
class |
ParametersWithIV |
class |
ParametersWithSBox |
Modifier and Type | Field and Description |
---|---|
private CipherParameters |
ParametersWithSBox.parameters |
private CipherParameters |
ParametersWithIV.parameters |
Modifier and Type | Method and Description |
---|---|
CipherParameters |
ParametersWithSBox.getParameters() |
CipherParameters |
ParametersWithIV.getParameters() |
Constructor and Description |
---|
ParametersWithIV(CipherParameters parameters,
byte[] iv) |
ParametersWithIV(CipherParameters parameters,
byte[] iv,
int ivOff,
int ivLen) |
ParametersWithSBox(CipherParameters parameters,
byte[] sBox) |
Modifier and Type | Method and Description |
---|---|
void |
ECGOST3410Signer.init(boolean forSigning,
CipherParameters param)
Инициализация
|
Modifier and Type | Field and Description |
---|---|
private CipherParameters |
ParametersWithSBox.parameters |
Modifier and Type | Method and Description |
---|---|
CipherParameters |
ParametersWithSBox.getParameters() |
Modifier and Type | Method and Description |
---|---|
void |
GOST28147Engine.init(boolean forEncryption,
CipherParameters params)
initialise an GOST28147 cipher.
|
Constructor and Description |
---|
ParametersWithSBox(CipherParameters parameters,
byte[] sBox) |
Modifier and Type | Class and Description |
---|---|
class |
AsymmetricKeyParameter |
class |
ECKeyParameters |
class |
ECPublicKeyParameters |
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.