Package org.bouncycastle.pqc.crypto.xmss
Class XMSSNode
java.lang.Object
org.bouncycastle.pqc.crypto.xmss.XMSSNode
- All Implemented Interfaces:
Serializable
Binary tree node.
- See Also:
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
XMSSNode
protected XMSSNode(int height, byte[] value)
-
-
Method Details
-
getHeight
public int getHeight() -
getValue
public byte[] getValue()
-