Class: KeyGenerationParameters

KeyGenerationParameters in org.bouncycastle.crypto.AsymmetricCipherKeyPairGenerator.init (AsymmetricCipherKeyPairGenerator.java:13)

KeyGenerationParameters in org.bouncycastle.crypto.CipherKeyGenerator.init (CipherKeyGenerator.java:19)

Variable: random

random in org.bouncycastle.crypto.KeyGenerationParameters.getRandom (KeyGenerationParameters.java:36)

Variable: strength

strength in org.bouncycastle.crypto.KeyGenerationParameters.getStrength (KeyGenerationParameters.java:46)

Method: getStrength()

getStrength in org.bouncycastle.crypto.CipherKeyGenerator.init (CipherKeyGenerator.java:22)

Method: getRandom()

getRandom in org.bouncycastle.crypto.CipherKeyGenerator.init (CipherKeyGenerator.java:21)

Method: KeyGenerationParameters(SecureRandom,int)