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 TypeMethodDescriptionvoid
LogbookOperationTraceabilityHelper.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 TypeMethodDescriptionvoid
LogbookTraceabilityHelper.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 TypeMethodDescriptionvoid
LogbookStorageTraceabilityHelper.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 void
LogbookLifeCycleTraceabilityHelper.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 onesvoid
LogbookObjectGroupLifeCycleTraceabilityHelper.saveDataInZip
(MerkleTreeAlgo algo, TraceabilityFile file) void
LogbookUnitLifeCycleTraceabilityHelper.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 MerkleTreeAlgo
VerifyMerkleTreeActionHandler.computeMerkleTree
(InputStream inputStream, DigestType digestType) Compute merkle tree