public class XMSSMTParameterSpec extends Object implements AlgorithmParameterSpec
Modifier and Type | Field and Description |
---|---|
static String |
SHA256
Use SHA-256 for the tree generation function.
|
static String |
SHA512
Use SHA512 for the tree generation function.
|
static String |
SHAKE128
Use SHAKE128 for the tree generation function.
|
static String |
SHAKE256
Use SHAKE256 for the tree generation function.
|
Constructor and Description |
---|
XMSSMTParameterSpec(int height,
int layers,
String treeDigest) |
public static final String SHA256
public static final String SHA512
public static final String SHAKE128
public static final String SHAKE256
public XMSSMTParameterSpec(int height, int layers, String treeDigest)
public String getTreeDigest()
public int getHeight()
public int getLayers()
Copyright © 2020 BouncyCastle.org. All rights reserved.