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 MerkleTreeMerkleTree. EMPTY_LEAFMethods in fr.gouv.vitam.common.security.merkletree that return MerkleTree Modifier and Type Method Description MerkleTreeMerkleTreeAlgo. generateMerkle()MerkleTreeMerkleTree. getLeftLeaf()MerkleTreeMerkleTree. 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 voidTraceabilityFile. storeMerkleTree(MerkleTree merkleTree)Add a merkleTree file with the computed merkleTree in the zipFile
-