Class MLKEMKeyGenerationParameters
- java.lang.Object
-
- org.bouncycastle.crypto.KeyGenerationParameters
-
- org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyGenerationParameters
-
@Deprecated public class MLKEMKeyGenerationParameters extends KeyGenerationParameters
Deprecated.use org.bouncycastle.crypto.params.MLKEMKeyGenerationParameters
-
-
Constructor Summary
Constructors Constructor Description MLKEMKeyGenerationParameters(java.security.SecureRandom random, MLKEMParameters mlkemParameters)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MLKEMParametersgetParameters()Deprecated.-
Methods inherited from class org.bouncycastle.crypto.KeyGenerationParameters
getRandom, getStrength
-
-
-
-
Constructor Detail
-
MLKEMKeyGenerationParameters
public MLKEMKeyGenerationParameters(java.security.SecureRandom random, MLKEMParameters mlkemParameters)Deprecated.
-
-
Method Detail
-
getParameters
public MLKEMParameters getParameters()
Deprecated.
-
-