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