Bouncy Castle Cryptography Library 1.81

org.bouncycastle.pqc.legacy.crypto.gmss
Class GMSSKeyGenerationParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.KeyGenerationParameters
      extended byorg.bouncycastle.pqc.legacy.crypto.gmss.GMSSKeyGenerationParameters

public class GMSSKeyGenerationParameters
extends KeyGenerationParameters


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

GMSSKeyGenerationParameters

public GMSSKeyGenerationParameters(java.security.SecureRandom random,
                                   GMSSParameters params)
Method Detail

getParameters

public GMSSParameters getParameters()

Bouncy Castle Cryptography Library 1.81