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