|
Bouncy Castle Cryptography Library 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.pqc.jcajce.spec.GMSSKeySpec
org.bouncycastle.pqc.jcajce.spec.GMSSPublicKeySpec
public class GMSSPublicKeySpec
This class provides a specification for a GMSS public key.
BCGMSSPublicKey
Constructor Summary | |
---|---|
GMSSPublicKeySpec(byte[] key,
GMSSParameters gmssParameterSet)
The constructor. |
Method Summary | |
---|---|
byte[] |
getPublicKey()
Returns the GMSS public key |
Methods inherited from class org.bouncycastle.pqc.jcajce.spec.GMSSKeySpec |
---|
getParameters |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GMSSPublicKeySpec(byte[] key, GMSSParameters gmssParameterSet)
key
- a raw GMSS public keygmssParameterSet
- an instance of GMSSParameterSetMethod Detail |
---|
public byte[] getPublicKey()
|
Bouncy Castle Cryptography Library 1.48 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |