public class AggregationHashChainBuilder extends Object
AggregationHashChain
from a TreeNode
leaf.
Resulting hash chain consists of all nodes on the path from leaf node to the root node.
This builder can be used multiple times.
Constructor and Description |
---|
AggregationHashChainBuilder() |
Modifier and Type | Method and Description |
---|---|
AggregationHashChain |
build(TreeNode leaf)
Builds the
AggregationHashChain instance. |
public AggregationHashChain build(TreeNode leaf) throws KSIException
AggregationHashChain
instance.leaf
- leaf node from which to build the hash chain.AggregationHashChain
.KSIException
- in case any error occurs.Copyright © 2024 Guardtime. All rights reserved.