Class MLDSAKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.mldsa.MLDSAKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
MLDSAPrivateKeyParameters,MLDSAPublicKeyParameters
@Deprecated public class MLDSAKeyParameters extends AsymmetricKeyParameter
Deprecated.use org.bouncycastle.crypto.params.MLDSAKeyParameters
-
-
Constructor Summary
Constructors Constructor Description MLDSAKeyParameters(boolean isPrivate, MLDSAParameters params)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description MLDSAParametersgetParameters()Deprecated.-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
MLDSAKeyParameters
public MLDSAKeyParameters(boolean isPrivate, MLDSAParameters params)Deprecated.
-
-
Method Detail
-
getParameters
public MLDSAParameters getParameters()
Deprecated.
-
-