public class SPHINCSKeyParameters extends AsymmetricKeyParameter
Modifier and Type | Field and Description |
---|---|
static String |
SHA3_256
Use SHA3-256 for the tree generation function.
|
static String |
SHA512_256
Use SHA512-256 for the tree generation function.
|
Modifier | Constructor and Description |
---|---|
protected |
SPHINCSKeyParameters(boolean isPrivateKey,
String treeDigest) |
Modifier and Type | Method and Description |
---|---|
String |
getTreeDigest() |
isPrivate
public static final String SHA512_256
public static final String SHA3_256
protected SPHINCSKeyParameters(boolean isPrivateKey, String treeDigest)
public String getTreeDigest()
Copyright © 2020 BouncyCastle.org. All rights reserved.