|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.gmss.GMSSKeyParameters
org.bouncycastle.pqc.crypto.gmss.GMSSPublicKeyParameters
public class GMSSPublicKeyParameters
Constructor Summary | |
---|---|
GMSSPublicKeyParameters(byte[] key,
GMSSParameters gmssParameterSet)
The constructor. |
Method Summary | |
---|---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMSSPublicKeyParameters(byte[] key, GMSSParameters gmssParameterSet)
key
- a raw GMSS public keygmssParameterSet
- an instance of GMSSParametersetMethod Detail |
---|
public byte[] getPublicKey()
|
Bouncy Castle Cryptography Library 1.49 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |