public class XMSSParameterSpec 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 |
---|
XMSSParameterSpec(int height,
String treeDigest) |
public static final String SHA256
public static final String SHA512
public static final String SHAKE128
public static final String SHAKE256
public XMSSParameterSpec(int height, String treeDigest)
public String getTreeDigest()
public int getHeight()
Copyright © 2020 BouncyCastle.org. All rights reserved.