| Modifier and Type | Class and Description |
|---|---|
class |
ConstantChecksum
Implementation of
SdkChecksum to provide a constant checksum. |
class |
Crc32CChecksum
Implementation of
SdkChecksum to calculate an CRC32C checksum. |
class |
Crc32Checksum
Implementation of
SdkChecksum to calculate an CRC32 checksum. |
class |
Md5Checksum
Implementation of
SdkChecksum to calculate an MD5 checksum. |
class |
Sha1Checksum
Implementation of
SdkChecksum to calculate an Sha-1 checksum. |
class |
Sha256Checksum
Implementation of
SdkChecksum to calculate an Sha-256 Checksum. |
| Constructor and Description |
|---|
ChecksumTrailerProvider(SdkChecksum checksum,
String checksumName) |
| Modifier and Type | Method and Description |
|---|---|
static SdkChecksum |
ChecksumUtil.fromChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm)
Gets the SdkChecksum object based on the given ChecksumAlgorithm.
|
Copyright © 2023. All rights reserved.