Package org.bouncycastle.pqc.jcajce.spec
Class XMSSParameterSpec
- java.lang.Object
-
- org.bouncycastle.pqc.jcajce.spec.XMSSParameterSpec
-
- All Implemented Interfaces:
java.security.spec.AlgorithmParameterSpec
public class XMSSParameterSpec extends java.lang.Object implements java.security.spec.AlgorithmParameterSpec
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
SHA256
Use SHA-256 for the tree generation function.static java.lang.String
SHA512
Use SHA512 for the tree generation function.static java.lang.String
SHAKE128
Use SHAKE128 for the tree generation function.static java.lang.String
SHAKE256
Use SHAKE256 for the tree generation function.
-
Constructor Summary
Constructors Constructor Description XMSSParameterSpec(int height, java.lang.String treeDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getHeight()
java.lang.String
getTreeDigest()
-
-
-
Field Detail
-
SHA256
public static final java.lang.String SHA256
Use SHA-256 for the tree generation function.- See Also:
- Constant Field Values
-
SHA512
public static final java.lang.String SHA512
Use SHA512 for the tree generation function.- See Also:
- Constant Field Values
-
SHAKE128
public static final java.lang.String SHAKE128
Use SHAKE128 for the tree generation function.- See Also:
- Constant Field Values
-
SHAKE256
public static final java.lang.String SHAKE256
Use SHAKE256 for the tree generation function.- See Also:
- Constant Field Values
-
-