Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.aimer
Class AIMerKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.aimer.AIMerKeyGenerationParameters

public class AIMerKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
AIMerKeyGenerationParameters(java.security.SecureRandom random, AIMerParameters params)
           
 
Method Summary
 AIMerParameters 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

AIMerKeyGenerationParameters

public AIMerKeyGenerationParameters(java.security.SecureRandom random,
                                    AIMerParameters params)
Method Detail

getParameters

public AIMerParameters getParameters()

Bouncy Castle Cryptography Library 1.85