Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.mlkem
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
static MLKEMParameters ml_kem_1024
           
static MLKEMParameters ml_kem_512
           
static MLKEMParameters ml_kem_768
           
 
Method Summary
 org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine getEngine()
           
 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

getName

public java.lang.String getName()

getEngine

public org.bouncycastle.pqc.crypto.mlkem.MLKEMEngine getEngine()

getSessionKeySize

public int getSessionKeySize()

Bouncy Castle Cryptography Library 1.79