Package software.amazon.awssdk.checksums.internal
package software.amazon.awssdk.checksums.internal
-
ClassDescriptionBase class for CRC related checksumsA cache that stores classes and their constructors by class name and class loader.Implementation of
SdkChecksum
to calculate an CRC64NVME checksum.Utility class providing implementations of CRC checksums, specifically CRC32C and CRC64NVME.Class that provides functionality for combining CRC checksums with mark and reset capabilities.Utility class that provides methods for combining CRC checksums using Galois Field arithmetic.Functional interface for combining two CRC values along with the data length.Class that provides functionality for combining CRC checksums with mark and reset capabilities.Implementation ofSdkChecksum
to calculate an MD5 checksum.Implementation ofSdkChecksum
to calculate an Sha-1 checksum.Implementation ofSdkChecksum
to calculate an Sha-256 Checksum.