Interface | Description |
---|---|
TreeBuilder<N extends TreeNode> |
Provides the means to build a binary tree where every node in the tree has at most two children.
|
TreeNode |
Represents of a node in a binary tree.
|
Class | Description |
---|---|
AggregationHashChainBuilder |
Builder for creating
AggregationHashChain from a TreeNode leaf. |
BlindingMaskLinkingHashTreeBuilder |
Hash tree (aka Merkle tree) builder implementation using blinding masks.
|
CanonicalHashTreeBuilder |
Hash tree (aka Merkle tree) builder implementation.
|
HashTreeBuilder |
Hash tree (aka Merkle tree) builder implementation.
|
ImprintNode |
Represents a hash tree node.
|
MetadataNode |
Represents metadata node.
|
Util |
A collection of miscellaneous, commonly used utility functions and constants.
|
Copyright © 2024 Guardtime. All rights reserved.