Uses of Class
org.gudy.bouncycastle.crypto.KeyGenerationParameters
Packages that use KeyGenerationParameters
Package
Description
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 KeyGenerationParametersModifier and TypeMethodDescriptionvoidAsymmetricCipherKeyPairGenerator.init(KeyGenerationParameters param) intialise the key pair generator.voidCipherKeyGenerator.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 KeyGenerationParametersModifier and TypeMethodDescriptionvoidDESedeKeyGenerator.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.voidDHBasicKeyPairGenerator.init(KeyGenerationParameters param) voidDHKeyPairGenerator.init(KeyGenerationParameters param) voidDSAKeyPairGenerator.init(KeyGenerationParameters param) voidECKeyPairGenerator.init(KeyGenerationParameters param) voidElGamalKeyPairGenerator.init(KeyGenerationParameters param) voidRSAKeyPairGenerator.init(KeyGenerationParameters param) -
Uses of KeyGenerationParameters in org.gudy.bouncycastle.crypto.params
Subclasses of KeyGenerationParameters in org.gudy.bouncycastle.crypto.paramsModifier and TypeClassDescriptionclassclassclassclassclass