Bouncy Castle Cryptography Library 1.77.0

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
CramerShoupKeyGenerationParameters(java.security.SecureRandom random, CramerShoupParameters params)
           
 
Method Summary
 CramerShoupParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CramerShoupKeyGenerationParameters

public CramerShoupKeyGenerationParameters(java.security.SecureRandom random,
                                          CramerShoupParameters params)
Method Detail

getParameters

public CramerShoupParameters getParameters()

Bouncy Castle Cryptography Library 1.77.0