Package software.amazon.awssdk.http.auth.aws.internal.signer.checksums
-
Interface Summary Interface Description SdkChecksum Extension ofChecksumto support checksums and checksum validations used by the SDK that are not provided by the JDK. -
Class Summary Class Description ConstantChecksum Implementation ofSdkChecksumto provide a constant checksum.Crc32CChecksum Implementation ofSdkChecksumto calculate an CRC32C checksum.Crc32Checksum Implementation ofSdkChecksumto calculate an CRC32 checksum.Md5Checksum Implementation ofSdkChecksumto calculate an MD5 checksum.SdkCrc32CChecksum SdkCrc32Checksum Sha1Checksum Implementation ofSdkChecksumto calculate an Sha-1 checksum.Sha256Checksum Implementation ofSdkChecksumto calculate an Sha-256 Checksum.