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