Click or drag to resize

TreeBuilder Class

Class for building Merkle tree and receiving the tree root node. The order of added nodes will be persisted.
Inheritance Hierarchy
SystemObject
  Guardtime.KSI.ServiceTreeBuilder

Namespace:  Guardtime.KSI.Service
Assembly:  ksi-net-api (in ksi-net-api.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public class TreeBuilder

The TreeBuilder type exposes the following members.

Constructors
  NameDescription
Public methodTreeBuilder
Create new Merkle tree builder instance
Top
Methods
  NameDescription
Public methodAddNode
Add node to tree. Returns false if node cannot be added because tree would get higher than allowed.
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetTreeRoot
Get tree root node.
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
See Also