Class MLKEMParameters
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.mlkem.MLKEMParameters
-
- All Implemented Interfaces:
CipherParameters,KEMParameters
public class MLKEMParameters extends java.lang.Object implements KEMParameters
-
-
Field Summary
Fields Modifier and Type Field Description static MLKEMParametersml_kem_1024static MLKEMParametersml_kem_512static MLKEMParametersml_kem_768
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.bouncycastle.pqc.crypto.mlkem.MLKEMEnginegetEngine()java.lang.StringgetName()intgetSessionKeySize()
-
-
-
Field Detail
-
ml_kem_512
public static final MLKEMParameters ml_kem_512
-
ml_kem_768
public static final MLKEMParameters ml_kem_768
-
ml_kem_1024
public static final MLKEMParameters ml_kem_1024
-
-