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