Uses of Class
org.bouncycastle.crypto.KeyGenerationParameters
| Package | Description |
|---|---|
| org.bouncycastle.crypto | |
| org.bouncycastle.crypto.generators | |
| org.bouncycastle.crypto.params |
-
Uses of KeyGenerationParameters in org.bouncycastle.crypto
Methods in org.bouncycastle.crypto with parameters of type KeyGenerationParameters Modifier and Type Method Description voidAsymmetricCipherKeyPairGenerator. init(KeyGenerationParameters param)intialise the key pair generator.voidCipherKeyGenerator. init(KeyGenerationParameters param)initialise the key generator. -
Uses of KeyGenerationParameters in org.bouncycastle.crypto.generators
Methods in org.bouncycastle.crypto.generators with parameters of type KeyGenerationParameters Modifier and Type Method Description voidDESedeKeyGenerator. 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.voidDESKeyGenerator. 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).voidDHBasicKeyPairGenerator. init(KeyGenerationParameters param)voidDSAKeyPairGenerator. init(KeyGenerationParameters param)voidECKeyPairGenerator. init(KeyGenerationParameters param)voidRSAKeyPairGenerator. init(KeyGenerationParameters param) -
Uses of KeyGenerationParameters in org.bouncycastle.crypto.params
Subclasses of KeyGenerationParameters in org.bouncycastle.crypto.params Modifier and Type Class Description classDHKeyGenerationParametersclassDSAKeyGenerationParametersclassECKeyGenerationParametersclassRSAKeyGenerationParameters