Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.bike
Class BIKEKeyGenerationParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.KeyGenerationParameters
        |
        +--org.bouncycastle.pqc.crypto.bike.BIKEKeyGenerationParameters

public class BIKEKeyGenerationParameters
extends KeyGenerationParameters


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

BIKEKeyGenerationParameters

public BIKEKeyGenerationParameters(java.security.SecureRandom random,
                                   BIKEParameters params)
Method Detail

getParameters

public BIKEParameters getParameters()

Bouncy Castle Cryptography Library 1.79