Uses of Class
org.gudy.bouncycastle.crypto.KeyGenerationParameters
-
Packages that use KeyGenerationParameters Package Description org.gudy.bouncycastle.crypto org.gudy.bouncycastle.crypto.generators org.gudy.bouncycastle.crypto.params Classes for parameter objects for ciphers and generators. -
-
Uses of KeyGenerationParameters in org.gudy.bouncycastle.crypto
Methods in org.gudy.bouncycastle.crypto with parameters of type KeyGenerationParameters Modifier and Type Method Description void
AsymmetricCipherKeyPairGenerator. init(KeyGenerationParameters param)
intialise the key pair generator.void
CipherKeyGenerator. init(KeyGenerationParameters param)
initialise the key generator. -
Uses of KeyGenerationParameters in org.gudy.bouncycastle.crypto.generators
Methods in org.gudy.bouncycastle.crypto.generators with parameters of type KeyGenerationParameters Modifier and Type Method Description 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
DHBasicKeyPairGenerator. init(KeyGenerationParameters param)
void
DHKeyPairGenerator. init(KeyGenerationParameters param)
void
DSAKeyPairGenerator. init(KeyGenerationParameters param)
void
ECKeyPairGenerator. init(KeyGenerationParameters param)
void
ElGamalKeyPairGenerator. init(KeyGenerationParameters param)
void
RSAKeyPairGenerator. init(KeyGenerationParameters param)
-
Uses of KeyGenerationParameters in org.gudy.bouncycastle.crypto.params
Subclasses of KeyGenerationParameters in org.gudy.bouncycastle.crypto.params Modifier and Type Class Description class
DHKeyGenerationParameters
class
DSAKeyGenerationParameters
class
ECKeyGenerationParameters
class
ElGamalKeyGenerationParameters
class
RSAKeyGenerationParameters
-