Uses of Enum Class
fr.gouv.vitam.common.digest.DigestType
Packages that use DigestType
Package
Description
General utility classes as FileUtil, SystemPropertyUtil and UUID support
Digest support package for Vitam
Encode/decode URL using platform secret
Security Filters
Provides API classes for the Workspace module
Provides a FileSystem implementation for storage modules have to manage up to 500 millions of files
Provides S3 implementations for the storage modules.
Provides a Swift implementation for the storage modules.
This package concerns Common Stream handling as Helpers for common actions or MultipleInputStream multiplexer.
Vitam time stamp generation package
logbook model package
Provides Model classes such as Requests and Results classes for the Storage
driver module
Provides core implementation (Workspace based) for the Storage Offer Default
module
Provides common utility classes for the Worker module.
Provides Workspace client factory and implementations.
Provides common classes for the Workspace module.
-
Uses of DigestType in fr.gouv.vitam.common
Methods in fr.gouv.vitam.common that return DigestTypeModifier and TypeMethodDescriptionstatic DigestType
VitamConfiguration.getDefaultDigestType()
static DigestType
VitamConfiguration.getDefaultTimestampDigestType()
static DigestType
VitamConfiguration.getSecurityDigestType()
-
Uses of DigestType in fr.gouv.vitam.common.digest
Methods in fr.gouv.vitam.common.digest that return DigestTypeModifier and TypeMethodDescriptionstatic DigestType
final DigestType
Digest.type()
static DigestType
Returns the enum constant of this class with the specified name.static DigestType[]
DigestType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in fr.gouv.vitam.common.digest with parameters of type DigestTypeModifier and TypeMethodDescriptionstatic Digest
Digest.digest
(File in, DigestType algo) static Digest
Digest.digest
(InputStream in, DigestType algo) final boolean
Digest.equalsWithType
(byte[] digest, DigestType algo) final boolean
Digest.equalsWithType
(String digest, DigestType algo) Constructors in fr.gouv.vitam.common.digest with parameters of type DigestTypeModifierConstructorDescriptionDigest
(DigestType algo) Create one DigestLightDigest
(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 -
Uses of DigestType in fr.gouv.vitam.common.security.filter
Methods in fr.gouv.vitam.common.security.filter with parameters of type DigestTypeModifier and TypeMethodDescriptionAuthorizationFilterHelper.getAuthorizationHeaders
(String httpMethod, String url, String timestamp, 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 -
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 DigestTypeModifier and TypeMethodDescriptionvoid
ContentAddressableStorage.checkObjectDigestAndStoreDigest
(String containerName, String objectName, String objectDigest, DigestType digestType, long size) Checks objet digest & update persist its digest in object metadatavoid
ContentAddressableStorageJcloudsAbstract.checkObjectDigestAndStoreDigest
(String containerName, String objectName, String objectDigest, DigestType digestType, long size) protected String
ContentAddressableStorageAbstract.computeObjectDigest
(String containerName, String objectName, DigestType algo) ContentAddressableStorage.getObjectDigest
(String containerName, String objectName, DigestType algo, boolean noCache) compute Object Digest using a defined algorithmContentAddressableStorageJcloudsAbstract.getObjectDigest
(String containerName, String objectName, DigestType digestType, boolean noCache) default String
ContentAddressableStorage.putObject
(String containerName, String objectName, InputStream inputStream, DigestType digestType, long size) void
ContentAddressableStorage.writeObject
(String containerName, String objectName, InputStream inputStream, DigestType digestType, long size) Adds an object representing the data at location containerName/objectNamevoid
ContentAddressableStorageJcloudsAbstract.writeObject
(String containerName, String objectName, 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 DigestTypeModifier and TypeMethodDescriptionvoid
HashFileSystem.checkObjectDigestAndStoreDigest
(String containerName, String objectName, String objectDigest, DigestType digestType, long size) HashFileSystem.getObjectDigest
(String containerName, String objectName, DigestType algo, boolean noCache) void
HashFileSystem.writeObject
(String containerName, String objectName, 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 DigestTypeModifier and TypeMethodDescriptionvoid
AmazonS3V1.checkObjectDigestAndStoreDigest
(String containerName, String objectName, String objectDigest, DigestType digestType, long size) AmazonS3V1.getObjectDigest
(String containerName, String objectName, DigestType digestType, boolean noCache) void
AmazonS3V1.writeObject
(String containerName, String objectName, 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 DigestTypeModifier and TypeMethodDescriptionvoid
Swift.checkObjectDigestAndStoreDigest
(String containerName, String objectName, String objectDigest, DigestType digestType, long size) Swift.getObjectDigest
(String containerName, String objectName, DigestType digestType, boolean noCache) void
Swift.writeObject
(String containerName, String objectName, 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 DigestTypeModifierConstructorDescriptionExactDigestValidatorInputStream
(InputStream in, DigestType digestType, String expectedDigest) -
Uses of DigestType in fr.gouv.vitam.common.timestamp
Methods in fr.gouv.vitam.common.timestamp with parameters of type DigestTypeModifier and TypeMethodDescriptionbyte[]
TimestampGenerator.generateToken
(byte[] hash, DigestType digestType, BigInteger nonce) -
Uses of DigestType in fr.gouv.vitam.logbook.common.model
Methods in fr.gouv.vitam.logbook.common.model that return DigestTypeConstructors in fr.gouv.vitam.logbook.common.model with parameters of type DigestTypeModifierConstructorDescriptionTraceabilityEvent
(TraceabilityType logType, String startDate, String endDate, String hash, byte[] timeStampToken, String previousLogbookTraceabilityDate, String minusOneMonthLogbookTraceabilityDate, String minusOneYearLogbookTraceabilityDate, long numberOfElements, String fileName, long size, DigestType digestAlgorithm, boolean maxEntriesReached, 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 DigestTypeConstructors in fr.gouv.vitam.logbook.common.traceability with parameters of type DigestType -
Uses of DigestType in fr.gouv.vitam.storage.driver.model
Methods in fr.gouv.vitam.storage.driver.model that return DigestTypeConstructors in fr.gouv.vitam.storage.driver.model with parameters of type DigestTypeModifierConstructorDescriptionStorageBulkPutRequest
(Integer tenantId, String type, List<String> objectIds, DigestType digestType, 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 DigestTypeModifierConstructorDescriptionMultiplexedStreamObjectInfoListenerThread
(int tenantId, String requestId, InputStream inputStream, DigestType digestType, List<String> objectIds) MultiplexedStreamTransferThread
(int tenantId, String requestId, DataCategory dataCategory, List<String> objectIds, 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 DigestTypeModifier and TypeMethodDescriptionDefaultOfferService.bulkPutObjects
(String containerName, List<String> objectIds, MultiplexedStreamReader multiplexedStreamReader, DataCategory type, DigestType digestType) DefaultOfferServiceImpl.bulkPutObjects
(String containerName, List<String> objectIds, MultiplexedStreamReader multiplexedStreamReader, DataCategory type, DigestType digestType) SanityCheckOfferServiceDecorator.bulkPutObjects
(String containerName, List<String> objectIds, MultiplexedStreamReader multiplexedStreamReader, DataCategory type, DigestType digestType) DefaultOfferService.createObject
(String containerName, String objectId, InputStream objectPart, DataCategory type, long size, DigestType digestType) Create object on container with objectId Receive object part of object.DefaultOfferServiceImpl.createObject
(String containerName, String objectId, InputStream objectPart, DataCategory type, long size, DigestType digestType) SanityCheckOfferServiceDecorator.createObject
(String containerName, String objectId, InputStream objectPart, DataCategory type, long size, DigestType digestType) DefaultOfferService.getObjectDigest
(String containerName, String objectId, DigestType digestAlgorithm) Get offer storage digest of objectDefaultOfferServiceImpl.getObjectDigest
(String containerName, String objectId, DigestType digestAlgorithm) SanityCheckOfferServiceDecorator.getObjectDigest
(String containerName, String objectId, DigestType digestAlgorithm) Constructors in fr.gouv.vitam.storage.offers.core with parameters of type DigestTypeModifierConstructorDescriptionBackgroundObjectDigestValidator
(ContentAddressableStorage defaultStorage, 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 DigestTypeModifier and TypeMethodDescriptionvoid
TapeLibraryContentAddressableStorage.checkObjectDigestAndStoreDigest
(String containerName, String objectName, String objectDigest, DigestType digestType, long size) TapeLibraryContentAddressableStorage.getObjectDigest
(String containerName, String objectName, DigestType algo, boolean noCache) void
TapeLibraryContentAddressableStorage.writeObject
(String containerName, String objectName, 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 DigestTypeMethods in fr.gouv.vitam.worker.common.utils with parameters of type DigestType -
Uses of DigestType in fr.gouv.vitam.worker.core.plugin.evidence.report
Methods in fr.gouv.vitam.worker.core.plugin.evidence.report that return DigestTypeMethods in fr.gouv.vitam.worker.core.plugin.evidence.report with parameters of type DigestTypeModifier and TypeMethodDescriptionvoid
EvidenceAuditParameters.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 DigestTypeModifier and TypeMethodDescriptionstatic String
BuildTraceabilityActionPlugin.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 DigestTypeModifier and TypeFieldDescriptionstatic final DigestType
PreservationGenerateBinaryHash.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 DigestTypeModifier and TypeMethodDescriptionstatic MerkleTreeAlgo
VerifyMerkleTreeActionHandler.computeMerkleTree
(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 DigestTypeModifier and TypeMethodDescriptionWorkspaceClient.computeObjectDigest
(String containerName, String objectName, DigestType algo) -
Uses of DigestType in fr.gouv.vitam.workspace.common
Methods in fr.gouv.vitam.workspace.common with parameters of type DigestTypeModifier and TypeMethodDescriptionWorkspaceContentAddressableStorage.computeObjectDigest
(String containerName, String objectName, DigestType algo) compute Object Digest using a defined algorithmWorkspaceFileSystem.computeObjectDigest
(String containerName, String objectName, DigestType algo)