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