Class 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)  
    • Constructor Detail

      • XMSSNode

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

      • getHeight

        public int getHeight()
      • getValue

        public byte[] getValue()
      • clone

        protected XMSSNode clone()
        Overrides:
        clone in class java.lang.Object