Package org.bouncycastle.pqc.crypto.gmss
Class GMSSPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.gmss.GMSSKeyParameters
-
- org.bouncycastle.pqc.crypto.gmss.GMSSPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class GMSSPublicKeyParameters extends GMSSKeyParameters
-
-
Constructor Summary
Constructors Constructor Description GMSSPublicKeyParameters(byte[] key, GMSSParameters gmssParameterSet)
The constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getPublicKey()
Returns the GMSS public key-
Methods inherited from class org.bouncycastle.pqc.crypto.gmss.GMSSKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
GMSSPublicKeyParameters
public GMSSPublicKeyParameters(byte[] key, GMSSParameters gmssParameterSet)
The constructor.- Parameters:
key
- a raw GMSS public keygmssParameterSet
- an instance of GMSSParameterset
-
-