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)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int getHeight()  
      byte[] getValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XMSSNode

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

      • getHeight

        public int getHeight()
      • getValue

        public byte[] getValue()