|
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.jcajce.spec.SPHINCS256KeyGenParameterSpec
Key generation spec for SPHINCS-256 to allow specifying of tree hash.
Field Summary | |
static java.lang.String |
SHA3_256
Use SHA3-256 for the tree generation function. |
static java.lang.String |
SHA512_256
Use SHA512-256 for the tree generation function. |
Constructor Summary | |
SPHINCS256KeyGenParameterSpec()
Default constructor SHA512-256 |
|
SPHINCS256KeyGenParameterSpec(java.lang.String treeHash)
Specify the treehash, one of SHA512-256, or SHA3-256. |
Method Summary | |
java.lang.String |
getTreeDigest()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String SHA512_256
public static final java.lang.String SHA3_256
Constructor Detail |
public SPHINCS256KeyGenParameterSpec()
public SPHINCS256KeyGenParameterSpec(java.lang.String treeHash)
treeHash
- the hash for building the public key tree.Method Detail |
public java.lang.String getTreeDigest()
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |