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 Details

    • MLKEMKeyParameters

      public MLKEMKeyParameters(boolean isPrivate, MLKEMParameters params)
  • Method Details