|
Bouncy Castle Cryptography Library 1.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.bouncycastle.crypto.params.AsymmetricKeyParameter | +--org.bouncycastle.pqc.legacy.crypto.gmss.GMSSKeyParameters | +--org.bouncycastle.pqc.legacy.crypto.gmss.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.legacy.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.79 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |