Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.uov
Class UOVKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.crypto.uov.UOVKeyGenerationParameters

public class UOVKeyGenerationParameters
extends KeyGenerationParameters


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

UOVKeyGenerationParameters

public UOVKeyGenerationParameters(java.security.SecureRandom random,
                                  UOVParameters params)
Method Detail

getParameters

public UOVParameters getParameters()

Bouncy Castle Cryptography Library 1.85