| Package | Description |
|---|---|
| fr.gouv.vitam.common.security.merkletree | |
| fr.gouv.vitam.logbook.common.model |
logbook model package
|
| Modifier and Type | Field and Description |
|---|---|
static MerkleTree |
MerkleTree.EMPTY_LEAF |
| Modifier and Type | Method and Description |
|---|---|
MerkleTree |
MerkleTreeAlgo.generateMerkle() |
MerkleTree |
MerkleTree.getLeftLeaf() |
MerkleTree |
MerkleTree.getRightLeaf() |
| Constructor and Description |
|---|
MerkleTree(byte[] root,
MerkleTree leftLeaf,
MerkleTree rightLeaf)
Initialize the needed parameters for MerkleTree constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
TraceabilityFile.storeMerkleTree(MerkleTree merkleTree)
Add a merkleTree file with the computed merkleTree in the zipFile
|
Copyright © 2018 Vitam. All rights reserved.