Bouncy Castle Cryptography Library 1.85

org.bouncycastle.crypto.params
Class FrodoKEMKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.crypto.params.FrodoKEMKeyGenerationParameters

public class FrodoKEMKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
FrodoKEMKeyGenerationParameters(java.security.SecureRandom random, FrodoKEMParameters frodoParameters)
           
 
Method Summary
 FrodoKEMParameters 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

FrodoKEMKeyGenerationParameters

public FrodoKEMKeyGenerationParameters(java.security.SecureRandom random,
                                       FrodoKEMParameters frodoParameters)
Method Detail

getParameters

public FrodoKEMParameters getParameters()

Bouncy Castle Cryptography Library 1.85