Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.qruov
Class QRUOVKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.qruov.QRUOVKeyGenerationParameters

public class QRUOVKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
QRUOVKeyGenerationParameters(java.security.SecureRandom random, QRUOVParameters qruovParameters)
           
 
Method Summary
 QRUOVParameters 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

QRUOVKeyGenerationParameters

public QRUOVKeyGenerationParameters(java.security.SecureRandom random,
                                    QRUOVParameters qruovParameters)
Method Detail

getParameters

public QRUOVParameters getParameters()

Bouncy Castle Cryptography Library 1.85