Class SPHINCSPlusKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.sphincsplus.SPHINCSPlusKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
SPHINCSPlusPrivateKeyParameters
,SPHINCSPlusPublicKeyParameters
public class SPHINCSPlusKeyParameters extends AsymmetricKeyParameter
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
SPHINCSPlusKeyParameters(boolean isPrivate, SPHINCSPlusParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SPHINCSPlusParameters
getParameters()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
SPHINCSPlusKeyParameters
protected SPHINCSPlusKeyParameters(boolean isPrivate, SPHINCSPlusParameters parameters)
-
-
Method Detail
-
getParameters
public SPHINCSPlusParameters getParameters()
-
-