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
Constructors Constructor Description MLKEMKeyParameters(boolean isPrivate, MLKEMParameters params)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLKEMParameters
getParameters()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
MLKEMKeyParameters
public MLKEMKeyParameters(boolean isPrivate, MLKEMParameters params)
-
-
Method Detail
-
getParameters
public MLKEMParameters getParameters()
-
-