Package | Description |
---|---|
software.amazon.awssdk.core.checksums | |
software.amazon.awssdk.core.internal.async | |
software.amazon.awssdk.core.internal.io | |
software.amazon.awssdk.core.io |
Modifier and Type | Class and Description |
---|---|
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. |
Modifier and Type | Method and Description |
---|---|
static SdkChecksum |
SdkChecksum.forAlgorithm(Algorithm algorithm)
Gets the Checksum based on the required Algorithm.
|
Constructor and Description |
---|
ChecksumValidatingPublisher(<any> publisher,
SdkChecksum sdkChecksum,
String expectedChecksum) |
Modifier and Type | Field and Description |
---|---|
protected SdkChecksum |
AwsChunkedEncodingInputStream.Builder.sdkChecksum |
Modifier and Type | Method and Description |
---|---|
T |
AwsChunkedEncodingInputStream.Builder.sdkChecksum(SdkChecksum sdkChecksum) |
Constructor and Description |
---|
AwsChunkedEncodingInputStream(InputStream in,
SdkChecksum sdkChecksum,
String checksumHeaderForTrailer,
AwsChunkedEncodingConfig config)
Creates a chunked encoding input stream initialized with the originating stream.
|
ChecksumValidatingInputStream(InputStream inputStream,
SdkChecksum sdkChecksum,
String expectedChecksum)
Creates an input stream using the specified Checksum, input stream, and length.
|
Constructor and Description |
---|
SdkDigestInputStream(InputStream stream,
MessageDigest digest,
SdkChecksum sdkChecksum) |
Copyright © 2022. All rights reserved.