Uses of Class
fr.gouv.vitam.common.security.merkletree.MerkleTree
-
Packages that use MerkleTree Package Description fr.gouv.vitam.common.security.merkletree fr.gouv.vitam.logbook.common.model logbook model package -
-
Uses of MerkleTree in fr.gouv.vitam.common.security.merkletree
Fields in fr.gouv.vitam.common.security.merkletree declared as MerkleTree Modifier and Type Field Description static MerkleTree
MerkleTree. EMPTY_LEAF
Methods in fr.gouv.vitam.common.security.merkletree that return MerkleTree Modifier and Type Method Description MerkleTree
MerkleTreeAlgo. generateMerkle()
MerkleTree
MerkleTree. getLeftLeaf()
MerkleTree
MerkleTree. getRightLeaf()
Constructors in fr.gouv.vitam.common.security.merkletree with parameters of type MerkleTree Constructor Description MerkleTree(byte[] root, MerkleTree leftLeaf, MerkleTree rightLeaf)
Initialize the needed parameters for MerkleTree constructor -
Uses of MerkleTree in fr.gouv.vitam.logbook.common.model
Methods in fr.gouv.vitam.logbook.common.model with parameters of type MerkleTree Modifier and Type Method Description void
TraceabilityFile. storeMerkleTree(MerkleTree merkleTree)
Add a merkleTree file with the computed merkleTree in the zipFile
-