Uses of Class
fr.gouv.vitam.common.digest.DigestType
-
Packages that use DigestType Package Description fr.gouv.vitam.common General utility classes as FileUtil, SystemPropertyUtil and UUID supportfr.gouv.vitam.common.digest Digest support package for Vitamfr.gouv.vitam.common.security.codec Encode/decode URL using platform secretfr.gouv.vitam.common.security.filter Security Filtersfr.gouv.vitam.common.security.merkletree fr.gouv.vitam.common.storage.cas.container.api Provides API classes for the Workspace modulefr.gouv.vitam.common.storage.filesystem.v2 Provides a FileSystem implementation for storage modules have to manage up to 500 millions of filesfr.gouv.vitam.common.storage.s3 Provides S3 implementations for the storage modules.fr.gouv.vitam.common.storage.swift Provides a Swift implementation for the storage modules.fr.gouv.vitam.common.stream This package concerns Common Stream handling as Helpers for common actions or MultipleInputStream multiplexer.fr.gouv.vitam.common.timestamp Vitam time stamp generation packagefr.gouv.vitam.logbook.common.model logbook model packagefr.gouv.vitam.logbook.common.traceability fr.gouv.vitam.storage.driver.model Provides Model classes such as Requests and Results classes for the Storage driver modulefr.gouv.vitam.storage.engine.server.distribution.impl.bulk fr.gouv.vitam.storage.offers.core Provides core implementation (Workspace based) for the Storage Offer Default modulefr.gouv.vitam.storage.offers.tape.cas fr.gouv.vitam.worker.common.utils Provides common utility classes for the Worker module.fr.gouv.vitam.worker.core.plugin.evidence.report fr.gouv.vitam.worker.core.plugin.lfc_traceability fr.gouv.vitam.worker.core.plugin.preservation fr.gouv.vitam.worker.core.plugin.traceability fr.gouv.vitam.workspace.client Provides Workspace client factory and implementations.fr.gouv.vitam.workspace.common Provides common classes for the Workspace module. -
-
Uses of DigestType in fr.gouv.vitam.common
Methods in fr.gouv.vitam.common that return DigestType Modifier and Type Method Description static DigestTypeVitamConfiguration. getDefaultDigestType()static DigestTypeVitamConfiguration. getDefaultTimestampDigestType()static DigestTypeVitamConfiguration. getSecurityDigestType() -
Uses of DigestType in fr.gouv.vitam.common.digest
Methods in fr.gouv.vitam.common.digest that return DigestType Modifier and Type Method Description static DigestTypeDigestType. fromValue(java.lang.String v)DigestTypeDigest. type()static DigestTypeDigestType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DigestType[]DigestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.common.digest with parameters of type DigestType Modifier and Type Method Description static DigestDigest. digest(java.io.File in, DigestType algo)static DigestDigest. digest(java.io.InputStream in, DigestType algo)booleanDigest. equalsWithType(byte[] digest, DigestType algo)booleanDigest. equalsWithType(java.lang.String digest, DigestType algo)Constructors in fr.gouv.vitam.common.digest with parameters of type DigestType Constructor Description Digest(DigestType algo)Create one DigestLightDigest(java.lang.String digest, DigestType algo)Create one DigestLight from parameter -
Uses of DigestType in fr.gouv.vitam.common.security.codec
Methods in fr.gouv.vitam.common.security.codec with parameters of type DigestType Modifier and Type Method Description static java.lang.StringURLCodec. encodeURL(java.lang.String httpMethod, java.lang.String url, java.lang.String timestamp, java.lang.String secret, DigestType digestType)encode URL using secret -
Uses of DigestType in fr.gouv.vitam.common.security.filter
Methods in fr.gouv.vitam.common.security.filter with parameters of type DigestType Modifier and Type Method Description static java.util.Map<java.lang.String,java.lang.String>AuthorizationFilterHelper. getAuthorizationHeaders(java.lang.String httpMethod, java.lang.String url, java.lang.String timestamp, java.lang.String secret, DigestType digestType) -
Uses of DigestType in fr.gouv.vitam.common.security.merkletree
Constructors in fr.gouv.vitam.common.security.merkletree with parameters of type DigestType Constructor Description MerkleTreeAlgo(DigestType digestType) -
Uses of DigestType in fr.gouv.vitam.common.storage.cas.container.api
Methods in fr.gouv.vitam.common.storage.cas.container.api with parameters of type DigestType Modifier and Type Method Description voidContentAddressableStorage. checkObjectDigestAndStoreDigest(java.lang.String containerName, java.lang.String objectName, java.lang.String objectDigest, DigestType digestType, long size)Checks objet digest & update persist its digest in object metadatavoidContentAddressableStorageJcloudsAbstract. checkObjectDigestAndStoreDigest(java.lang.String containerName, java.lang.String objectName, java.lang.String objectDigest, DigestType digestType, long size)protected java.lang.StringContentAddressableStorageAbstract. computeObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo)protected org.apache.commons.lang3.tuple.Pair<java.lang.String,java.lang.Long>ContentAddressableStorageAbstract. computeObjectDigestAndSize(java.lang.String containerName, java.lang.String objectName, DigestType algo)java.lang.StringContentAddressableStorage. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)compute Object Digest using a defined algorithmjava.lang.StringContentAddressableStorageJcloudsAbstract. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType digestType, boolean noCache)default java.lang.StringContentAddressableStorage. putObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size)voidContentAddressableStorage. writeObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size)Adds an object representing the data at location containerName/objectNamevoidContentAddressableStorageJcloudsAbstract. writeObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size) -
Uses of DigestType in fr.gouv.vitam.common.storage.filesystem.v2
Methods in fr.gouv.vitam.common.storage.filesystem.v2 with parameters of type DigestType Modifier and Type Method Description voidHashFileSystem. checkObjectDigestAndStoreDigest(java.lang.String containerName, java.lang.String objectName, java.lang.String objectDigest, DigestType digestType, long size)java.lang.StringHashFileSystem. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)voidHashFileSystem. writeObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size) -
Uses of DigestType in fr.gouv.vitam.common.storage.s3
Methods in fr.gouv.vitam.common.storage.s3 with parameters of type DigestType Modifier and Type Method Description voidAmazonS3V1. checkObjectDigestAndStoreDigest(java.lang.String containerName, java.lang.String objectName, java.lang.String objectDigest, DigestType digestType, long size)java.lang.StringAmazonS3V1. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType digestType, boolean noCache)voidAmazonS3V1. writeObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size) -
Uses of DigestType in fr.gouv.vitam.common.storage.swift
Methods in fr.gouv.vitam.common.storage.swift with parameters of type DigestType Modifier and Type Method Description voidSwift. checkObjectDigestAndStoreDigest(java.lang.String containerName, java.lang.String objectName, java.lang.String objectDigest, DigestType digestType, long size)java.lang.StringSwift. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType digestType, boolean noCache)voidSwift. writeObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size) -
Uses of DigestType in fr.gouv.vitam.common.stream
Constructors in fr.gouv.vitam.common.stream with parameters of type DigestType Constructor Description ExactDigestValidatorInputStream(java.io.InputStream in, DigestType digestType, java.lang.String expectedDigest) -
Uses of DigestType in fr.gouv.vitam.common.timestamp
Methods in fr.gouv.vitam.common.timestamp with parameters of type DigestType Modifier and Type Method Description byte[]TimestampGenerator. generateToken(byte[] hash, DigestType digestType, java.math.BigInteger nonce) -
Uses of DigestType in fr.gouv.vitam.logbook.common.model
Methods in fr.gouv.vitam.logbook.common.model that return DigestType Modifier and Type Method Description DigestTypeTraceabilityEvent. getDigestAlgorithm()Constructors in fr.gouv.vitam.logbook.common.model with parameters of type DigestType Constructor Description TraceabilityEvent(TraceabilityType logType, java.lang.String startDate, java.lang.String endDate, java.lang.String hash, byte[] timeStampToken, java.lang.String previousLogbookTraceabilityDate, java.lang.String minusOneMonthLogbookTraceabilityDate, java.lang.String minusOneYearLogbookTraceabilityDate, long numberOfElements, java.lang.String fileName, long size, DigestType digestAlgorithm, boolean maxEntriesReached, java.lang.String securisationVersion, TraceabilityStatistics statistics)Constructor -
Uses of DigestType in fr.gouv.vitam.logbook.common.traceability
Methods in fr.gouv.vitam.logbook.common.traceability that return DigestType Modifier and Type Method Description DigestTypeTimeStampService. getDigestType()Constructors in fr.gouv.vitam.logbook.common.traceability with parameters of type DigestType Constructor Description TimeStampService(DigestType digestType) -
Uses of DigestType in fr.gouv.vitam.storage.driver.model
Methods in fr.gouv.vitam.storage.driver.model that return DigestType Modifier and Type Method Description DigestTypeStorageBulkPutRequest. getDigestType()Constructors in fr.gouv.vitam.storage.driver.model with parameters of type DigestType Constructor Description StorageBulkPutRequest(java.lang.Integer tenantId, java.lang.String type, java.util.List<java.lang.String> objectIds, DigestType digestType, java.io.InputStream dataStream, long size) -
Uses of DigestType in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk
Constructors in fr.gouv.vitam.storage.engine.server.distribution.impl.bulk with parameters of type DigestType Constructor Description MultiplexedStreamObjectInfoListenerThread(int tenantId, java.lang.String requestId, java.io.InputStream inputStream, DigestType digestType, java.util.List<java.lang.String> objectIds)MultiplexedStreamTransferThread(int tenantId, java.lang.String requestId, DataCategory dataCategory, java.util.List<java.lang.String> objectIds, java.io.InputStream inputStream, long size, Driver driver, StorageOffer storageOffer, DigestType digestType) -
Uses of DigestType in fr.gouv.vitam.storage.offers.core
Methods in fr.gouv.vitam.storage.offers.core with parameters of type DigestType Modifier and Type Method Description StorageBulkPutResultDefaultOfferService. bulkPutObjects(java.lang.String containerName, java.util.List<java.lang.String> objectIds, MultiplexedStreamReader multiplexedStreamReader, DataCategory type, DigestType digestType)StorageBulkPutResultDefaultOfferServiceImpl. bulkPutObjects(java.lang.String containerName, java.util.List<java.lang.String> objectIds, MultiplexedStreamReader multiplexedStreamReader, DataCategory type, DigestType digestType)StorageBulkPutResultSanityCheckOfferServiceDecorator. bulkPutObjects(java.lang.String containerName, java.util.List<java.lang.String> objectIds, MultiplexedStreamReader multiplexedStreamReader, DataCategory type, DigestType digestType)java.lang.StringDefaultOfferService. createObject(java.lang.String containerName, java.lang.String objectId, java.io.InputStream objectPart, DataCategory type, long size, DigestType digestType)Create object on container with objectId Receive object part of object.java.lang.StringDefaultOfferServiceImpl. createObject(java.lang.String containerName, java.lang.String objectId, java.io.InputStream objectPart, DataCategory type, long size, DigestType digestType)java.lang.StringSanityCheckOfferServiceDecorator. createObject(java.lang.String containerName, java.lang.String objectId, java.io.InputStream objectPart, DataCategory type, long size, DigestType digestType)java.lang.StringDefaultOfferService. getObjectDigest(java.lang.String containerName, java.lang.String objectId, DigestType digestAlgorithm)Get offer storage digest of objectjava.lang.StringDefaultOfferServiceImpl. getObjectDigest(java.lang.String containerName, java.lang.String objectId, DigestType digestAlgorithm)java.lang.StringSanityCheckOfferServiceDecorator. getObjectDigest(java.lang.String containerName, java.lang.String objectId, DigestType digestAlgorithm)Constructors in fr.gouv.vitam.storage.offers.core with parameters of type DigestType Constructor Description BackgroundObjectDigestValidator(ContentAddressableStorage defaultStorage, java.lang.String containerName, DigestType digestType) -
Uses of DigestType in fr.gouv.vitam.storage.offers.tape.cas
Methods in fr.gouv.vitam.storage.offers.tape.cas with parameters of type DigestType Modifier and Type Method Description voidTapeLibraryContentAddressableStorage. checkObjectDigestAndStoreDigest(java.lang.String containerName, java.lang.String objectName, java.lang.String objectDigest, DigestType digestType, long size)java.lang.StringTapeLibraryContentAddressableStorage. getObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo, boolean noCache)voidTapeLibraryContentAddressableStorage. writeObject(java.lang.String containerName, java.lang.String objectName, java.io.InputStream inputStream, DigestType digestType, long size) -
Uses of DigestType in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils that return DigestType Modifier and Type Method Description DigestTypeDataObjectInfo. getAlgo()Methods in fr.gouv.vitam.worker.common.utils with parameters of type DigestType Modifier and Type Method Description DataObjectInfoDataObjectInfo. setAlgo(DigestType algo) -
Uses of DigestType in fr.gouv.vitam.worker.core.plugin.evidence.report
Methods in fr.gouv.vitam.worker.core.plugin.evidence.report that return DigestType Modifier and Type Method Description DigestTypeEvidenceAuditParameters. getDigestType()getter for digestTypeMethods in fr.gouv.vitam.worker.core.plugin.evidence.report with parameters of type DigestType Modifier and Type Method Description voidEvidenceAuditParameters. setDigestType(DigestType digestType)setter for digestType -
Uses of DigestType in fr.gouv.vitam.worker.core.plugin.lfc_traceability
Methods in fr.gouv.vitam.worker.core.plugin.lfc_traceability with parameters of type DigestType Modifier and Type Method Description static java.lang.StringBuildTraceabilityActionPlugin. generateDigest(com.fasterxml.jackson.databind.JsonNode jsonNode, DigestType digestType)Generate a hash for a JsonNode using VITAM Digest Algorithm -
Uses of DigestType in fr.gouv.vitam.worker.core.plugin.preservation
Fields in fr.gouv.vitam.worker.core.plugin.preservation declared as DigestType Modifier and Type Field Description static DigestTypePreservationGenerateBinaryHash. digestPreservationGeneration -
Uses of DigestType in fr.gouv.vitam.worker.core.plugin.traceability
Methods in fr.gouv.vitam.worker.core.plugin.traceability with parameters of type DigestType Modifier and Type Method Description static MerkleTreeAlgoVerifyMerkleTreeActionHandler. computeMerkleTree(java.io.InputStream inputStream, DigestType digestType)Compute merkle tree -
Uses of DigestType in fr.gouv.vitam.workspace.client
Methods in fr.gouv.vitam.workspace.client with parameters of type DigestType Modifier and Type Method Description java.lang.StringWorkspaceClient. computeObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo) -
Uses of DigestType in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common with parameters of type DigestType Modifier and Type Method Description java.lang.StringWorkspaceContentAddressableStorage. computeObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo)compute Object Digest using a defined algorithmjava.lang.StringWorkspaceFileSystem. computeObjectDigest(java.lang.String containerName, java.lang.String objectName, DigestType algo)
-