Package software.amazon.awssdk.checksums.internal
package software.amazon.awssdk.checksums.internal
-
ClassDescriptionBase class for CRC related checksumsA cache that stores classes and exposes a method to retrieve its zero-argument constructor.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.An implementation ofSdkChecksum
that uses aDigestAlgorithm
.