Package | Description |
---|---|
old.org.bouncycastle.crypto | |
old.org.bouncycastle.crypto.generators | |
old.org.bouncycastle.crypto.params |
Modifier and Type | Method and Description |
---|---|
void |
CipherKeyGenerator.init(KeyGenerationParameters param)
initialise the key generator.
|
void |
AsymmetricCipherKeyPairGenerator.init(KeyGenerationParameters param)
intialise the key pair generator.
|
Modifier and Type | Method and Description |
---|---|
void |
RSAKeyPairGenerator.init(KeyGenerationParameters param) |
void |
NaccacheSternKeyPairGenerator.init(KeyGenerationParameters param) |
void |
GOST3410KeyPairGenerator.init(KeyGenerationParameters param) |
void |
ElGamalKeyPairGenerator.init(KeyGenerationParameters param) |
void |
ECKeyPairGenerator.init(KeyGenerationParameters param) |
void |
DSAKeyPairGenerator.init(KeyGenerationParameters param) |
void |
DHKeyPairGenerator.init(KeyGenerationParameters param) |
void |
DHBasicKeyPairGenerator.init(KeyGenerationParameters param) |
void |
DESKeyGenerator.init(KeyGenerationParameters param)
initialise the key generator - if strength is set to zero
the key generated will be 64 bits in size, otherwise
strength can be 64 or 56 bits (if you don't count the parity bits).
|
void |
DESedeKeyGenerator.init(KeyGenerationParameters param)
initialise the key generator - if strength is set to zero
the key generated will be 192 bits in size, otherwise
strength can be 128 or 192 (or 112 or 168 if you don't count
parity bits), depending on whether you wish to do 2-key or 3-key
triple DES.
|
Modifier and Type | Class and Description |
---|---|
class |
DHKeyGenerationParameters |
class |
DSAKeyGenerationParameters |
class |
ECKeyGenerationParameters |
class |
ElGamalKeyGenerationParameters |
class |
GOST3410KeyGenerationParameters |
class |
NaccacheSternKeyGenerationParameters
Parameters for NaccacheStern public private key generation.
|
class |
RSAKeyGenerationParameters |
Copyright © 2015. All rights reserved.