| Interface | Description |
|---|---|
| SdkChecksum |
Extension of
Checksum to support checksums and checksum validations used by the SDK that are not provided by the JDK. |
| Class | Description |
|---|---|
| ConstantChecksum |
Implementation of
SdkChecksum to provide a constant checksum. |
| Crc32CChecksum |
Implementation of
SdkChecksum to calculate an CRC32C checksum. |
| Crc32Checksum |
Implementation of
SdkChecksum to calculate an CRC32 checksum. |
| Md5Checksum |
Implementation of
SdkChecksum to calculate an MD5 checksum. |
| SdkCrc32CChecksum | |
| SdkCrc32Checksum | |
| Sha1Checksum |
Implementation of
SdkChecksum to calculate an Sha-1 checksum. |
| Sha256Checksum |
Implementation of
SdkChecksum to calculate an Sha-256 Checksum. |
Copyright © 2023. All rights reserved.