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