Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.mlkem
Class MLKEMKeyGenerationParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.KeyGenerationParameters
        |
        +--org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyGenerationParameters

public class MLKEMKeyGenerationParameters
extends KeyGenerationParameters


Constructor Summary
MLKEMKeyGenerationParameters(java.security.SecureRandom random, MLKEMParameters mlkemParameters)
           
 
Method Summary
 MLKEMParameters 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

MLKEMKeyGenerationParameters

public MLKEMKeyGenerationParameters(java.security.SecureRandom random,
                                    MLKEMParameters mlkemParameters)
Method Detail

getParameters

public MLKEMParameters getParameters()

Bouncy Castle Cryptography Library 1.79