|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.pqc.legacy.crypto.gmss.GMSSParameters
This class provides a specification for the GMSS parameters that are used by the GMSSKeyPairGenerator and GMSSSignature classes.
GMSSKeyPairGenerator| Constructor Summary | |
GMSSParameters(int keySize)
|
|
GMSSParameters(int layers,
int[] heightOfTrees,
int[] winternitzParameter,
int[] K)
The constructor for the parameters of the GMSSKeyPairGenerator. |
|
| Method Summary | |
int[] |
getHeightOfTrees()
Returns the array of height (for each layer) of the authentication trees |
int[] |
getK()
Returns the parameter K needed for authentication path computation |
int |
getNumOfLayers()
Returns the number of levels of the authentication trees. |
int[] |
getWinternitzParameter()
Returns the array of WinternitzParameter (for each layer) of the authentication trees |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public GMSSParameters(int layers,
int[] heightOfTrees,
int[] winternitzParameter,
int[] K)
throws java.lang.IllegalArgumentException
layers - the number of authentication tree layersheightOfTrees - the height of the authentication treeswinternitzParameter - the Winternitz Parameter 'w' of each layerK - parameter for authpath computation
public GMSSParameters(int keySize)
throws java.lang.IllegalArgumentException
| Method Detail |
public int getNumOfLayers()
public int[] getHeightOfTrees()
public int[] getWinternitzParameter()
public int[] getK()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||