Bouncy Castle Cryptography Library 1.84

org.bouncycastle.pqc.crypto.mlkem
Class MLKEMParameters

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

Deprecated. use org.bouncycastle.crypto.params.MLKEMParameters

public class MLKEMParameters
extends java.lang.Object
implements KEMParameters


Field Summary
static MLKEMParameters ml_kem_1024
          Deprecated.  
static MLKEMParameters ml_kem_512
          Deprecated.  
static MLKEMParameters ml_kem_768
          Deprecated.  
 
Method Summary
 int getEncapsulationLength()
          Deprecated.  
 java.lang.String getName()
          Deprecated.  
 int getSessionKeySize()
          Deprecated.  
 
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
Deprecated. 

ml_kem_768

public static final MLKEMParameters ml_kem_768
Deprecated. 

ml_kem_1024

public static final MLKEMParameters ml_kem_1024
Deprecated. 
Method Detail

getEncapsulationLength

public int getEncapsulationLength()
Deprecated. 

getName

public java.lang.String getName()
Deprecated. 

getSessionKeySize

public int getSessionKeySize()
Deprecated. 

Bouncy Castle Cryptography Library 1.84