Uses of Class
fr.gouv.vitam.common.security.merkletree.MerkleTreeAlgo
Packages that use MerkleTreeAlgo
Package
Description
Provides the core classes for the Logbook Administration module
-
Uses of MerkleTreeAlgo in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core with parameters of type MerkleTreeAlgoModifier and TypeMethodDescriptionvoidLogbookOperationTraceabilityHelper.saveDataInZip(MerkleTreeAlgo algo, TraceabilityFile file) -
Uses of MerkleTreeAlgo in fr.gouv.vitam.logbook.common.traceability
Methods in fr.gouv.vitam.logbook.common.traceability with parameters of type MerkleTreeAlgoModifier and TypeMethodDescriptionvoidLogbookTraceabilityHelper.saveDataInZip(MerkleTreeAlgo algo, TraceabilityFile file) Search for entries to secure with the traceability process and store data in the given Traceability zip file.
Also, Merkle Algorithm should be updated by adding each wanted entry as a leaf of the tree. -
Uses of MerkleTreeAlgo in fr.gouv.vitam.storage.engine.server.storagetraceability
Methods in fr.gouv.vitam.storage.engine.server.storagetraceability with parameters of type MerkleTreeAlgoModifier and TypeMethodDescriptionvoidLogbookStorageTraceabilityHelper.saveDataInZip(MerkleTreeAlgo algo, TraceabilityFile file) -
Uses of MerkleTreeAlgo in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type MerkleTreeAlgoModifier and TypeMethodDescriptionprotected voidLogbookLifeCycleTraceabilityHelper.extractAppendToFinalFile(CloseableIterator<com.fasterxml.jackson.databind.JsonNode> jsonLineIterator, TraceabilityFile traceabilityFile, MerkleTreeAlgo algo) Reduce part of the process : lets merge in one only file the disting lifecycles onesvoidLogbookObjectGroupLifeCycleTraceabilityHelper.saveDataInZip(MerkleTreeAlgo algo, TraceabilityFile file) voidLogbookUnitLifeCycleTraceabilityHelper.saveDataInZip(MerkleTreeAlgo algo, TraceabilityFile file) -
Uses of MerkleTreeAlgo in fr.gouv.vitam.worker.core.plugin.traceability
Methods in fr.gouv.vitam.worker.core.plugin.traceability that return MerkleTreeAlgoModifier and TypeMethodDescriptionstatic MerkleTreeAlgoVerifyMerkleTreeActionHandler.computeMerkleTree(InputStream inputStream, DigestType digestType) Compute merkle tree