Package org.bouncycastle.pqc.crypto.xmss
Class XMSSNode
- java.lang.Object
-
- org.bouncycastle.pqc.crypto.xmss.XMSSNode
-
- All Implemented Interfaces:
Serializable
public final class XMSSNode extends Object implements Serializable
Binary tree node.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
XMSSNode(int height, byte[] value)
-