Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.mlkem
Class MLKEMKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.mlkem.MLKEMKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
MLKEMPrivateKeyParameters, MLKEMPublicKeyParameters

public class MLKEMKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
MLKEMKeyParameters(boolean isPrivate, MLKEMParameters params)
           
 
Method Summary
 MLKEMParameters getParameters()
           
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MLKEMKeyParameters

public MLKEMKeyParameters(boolean isPrivate,
                          MLKEMParameters params)
Method Detail

getParameters

public MLKEMParameters getParameters()

Bouncy Castle Cryptography Library 1.79