Bouncy Castle Cryptography Library 1.84

org.bouncycastle.crypto.params
Class MLKEMParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.MLKEMParameters
All Implemented Interfaces:
CipherParameters, KEMParameters

public class MLKEMParameters
extends java.lang.Object
implements KEMParameters


Field Summary
static MLKEMParameters ml_kem_1024
           
static MLKEMParameters ml_kem_512
           
static MLKEMParameters ml_kem_768
           
 
Method Summary
 int getEncapsulationLength()
           
 int getK()
           
 java.lang.String getName()
           
 int getSessionKeySize()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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
Method Detail

getK

public int getK()

getEncapsulationLength

public int getEncapsulationLength()

getName

public java.lang.String getName()

getSessionKeySize

public int getSessionKeySize()

Bouncy Castle Cryptography Library 1.84