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:
  • Constructor Details

    • XMSSNode

      protected XMSSNode(int height, byte[] value)
  • Method Details

    • getHeight

      public int getHeight()
    • getValue

      public byte[] getValue()