de.flexiprovider.pqc.hbc.cmss
Class Node

java.lang.Object
  |
  +--de.flexiprovider.pqc.hbc.cmss.Node

class Node
extends java.lang.Object


Constructor Summary
Node(byte[] value, int height)
           
 
Method Summary
 void copy(Node otherNode)
           
 int getHeight()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Node

public Node(byte[] value,
            int height)
Method Detail

getValue

public byte[] getValue()

getHeight

public int getHeight()

copy

public void copy(Node otherNode)