Class SLHDSAKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.slhdsa.SLHDSAKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
SLHDSAPrivateKeyParameters,SLHDSAPublicKeyParameters
@Deprecated public class SLHDSAKeyParameters extends AsymmetricKeyParameter
Deprecated.use org.bouncycastle.crypto.params.SLHDSAKeyParameters
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedSLHDSAKeyParameters(boolean isPrivate, SLHDSAParameters parameters)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description SLHDSAParametersgetParameters()Deprecated.-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
SLHDSAKeyParameters
protected SLHDSAKeyParameters(boolean isPrivate, SLHDSAParameters parameters)Deprecated.
-
-
Method Detail
-
getParameters
public SLHDSAParameters getParameters()
Deprecated.
-
-