Package org.bouncycastle.crypto.params
Class CramerShoupKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.crypto.params.CramerShoupKeyGenerationParameters
-
public class CramerShoupKeyGenerationParameters extends KeyGenerationParameters
-
-
Constructor Summary
Constructors Constructor Description CramerShoupKeyGenerationParameters(java.security.SecureRandom random, CramerShoupParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CramerShoupParameters
getParameters()
-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
CramerShoupKeyGenerationParameters
public CramerShoupKeyGenerationParameters(java.security.SecureRandom random, CramerShoupParameters params)
-
-
Method Detail
-
getParameters
public CramerShoupParameters getParameters()
-
-