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