| Modifier and Type | Method and Description |
|---|---|
static SdkChecksum |
SdkChecksum.forAlgorithm(ChecksumAlgorithm algorithm)
Returns an
SdkChecksum based on the ChecksumAlgorithm provided. |
| Modifier and Type | Method and Description |
|---|---|
static SdkChecksum |
CrcChecksumProvider.crc32cImplementation()
Tries to create a Java 9-based CRC32C checksum.
|
| Constructor and Description |
|---|
ChecksumValidatingPublisher(org.reactivestreams.Publisher<ByteBuffer> publisher,
SdkChecksum sdkChecksum,
String expectedChecksum) |
| Constructor and Description |
|---|
ChecksumValidatingInputStream(InputStream inputStream,
SdkChecksum sdkChecksum,
String expectedChecksum)
Creates an input stream using the specified Checksum, input stream, and length.
|
| 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 © 2026. All rights reserved.