Modifier and Type | Method and Description |
---|---|
void |
AsymmetricCipherKeyPairGenerator.init(KeyGenerationParameters param)
intialise the key pair generator.
|
void |
CipherKeyGenerator.init(KeyGenerationParameters param)
initialise the key generator.
|
Modifier and Type | Method and Description |
---|---|
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 |
RSAKeyPairGenerator.init(KeyGenerationParameters param) |
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.
|
void |
NaccacheSternKeyPairGenerator.init(KeyGenerationParameters param) |
void |
DHKeyPairGenerator.init(KeyGenerationParameters param) |
void |
GOST3410KeyPairGenerator.init(KeyGenerationParameters param) |
void |
DHBasicKeyPairGenerator.init(KeyGenerationParameters param) |
void |
ElGamalKeyPairGenerator.init(KeyGenerationParameters param) |
void |
DSAKeyPairGenerator.init(KeyGenerationParameters param) |
void |
CramerShoupKeyPairGenerator.init(KeyGenerationParameters param) |
void |
ECKeyPairGenerator.init(KeyGenerationParameters param) |
void |
Poly1305KeyGenerator.init(KeyGenerationParameters param)
Initialises the key generator.
Poly1305 keys are always 256 bits, so the key length in the provided parameters is ignored. |
Modifier and Type | Class and Description |
---|---|
class |
CramerShoupKeyGenerationParameters |
class |
DHKeyGenerationParameters |
class |
DSAKeyGenerationParameters |
class |
ECKeyGenerationParameters |
class |
ElGamalKeyGenerationParameters |
class |
GOST3410KeyGenerationParameters |
class |
NaccacheSternKeyGenerationParameters
Parameters for NaccacheStern public private key generation.
|
class |
RSAKeyGenerationParameters |
Modifier and Type | Class and Description |
---|---|
class |
GMSSKeyGenerationParameters |
Modifier and Type | Method and Description |
---|---|
void |
GMSSKeyPairGenerator.init(KeyGenerationParameters param) |
void |
GMSSKeyPairGenerator.initialize(KeyGenerationParameters param)
Initalizes the key pair generator using a parameter set as input
|
Modifier and Type | Class and Description |
---|---|
class |
McElieceCCA2KeyGenerationParameters |
class |
McElieceKeyGenerationParameters |
Modifier and Type | Method and Description |
---|---|
void |
McElieceKeyPairGenerator.init(KeyGenerationParameters param) |
void |
McElieceCCA2KeyPairGenerator.init(KeyGenerationParameters param) |
Modifier and Type | Method and Description |
---|---|
void |
NHKeyPairGenerator.init(KeyGenerationParameters param) |
Modifier and Type | Class and Description |
---|---|
class |
NTRUEncryptionKeyGenerationParameters
A set of parameters for NtruEncrypt.
|
class |
NTRUSigningKeyGenerationParameters
A set of parameters for NtruSign.
|
Modifier and Type | Method and Description |
---|---|
void |
NTRUEncryptionKeyPairGenerator.init(KeyGenerationParameters param)
Constructs a new instance with a set of encryption parameters.
|
void |
NTRUSigningKeyPairGenerator.init(KeyGenerationParameters param) |
Modifier and Type | Class and Description |
---|---|
class |
RainbowKeyGenerationParameters |
Modifier and Type | Method and Description |
---|---|
void |
RainbowKeyPairGenerator.init(KeyGenerationParameters param) |
void |
RainbowKeyPairGenerator.initialize(KeyGenerationParameters param) |
Modifier and Type | Class and Description |
---|---|
class |
SPHINCS256KeyGenerationParameters |
Modifier and Type | Method and Description |
---|---|
void |
SPHINCS256KeyPairGenerator.init(KeyGenerationParameters param) |
Copyright © 2017 BouncyCastle.org. All rights reserved.