| Modifier and Type | Method and Description |
|---|---|
static int |
AwsSignedChunkedEncodingInputStream.calculateChecksumContentLength(Algorithm algorithm,
String headerName,
int signatureLength) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
SignerChecksumParams.algorithm()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
SignerChecksumParams.Builder |
SignerChecksumParams.Builder.algorithm(Algorithm algorithm) |
| Modifier and Type | Method and Description |
|---|---|
Algorithm |
ChecksumSpecs.algorithm()
Deprecated.
use
ChecksumSpecs.algorithmV2() instead |
static Algorithm |
Algorithm.fromValue(String value)
Deprecated.
|
static Algorithm |
Algorithm.valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static Algorithm[] |
Algorithm.values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<Algorithm> |
ChecksumSpecs.responseValidationAlgorithms()
Deprecated.
use
ChecksumSpecs.algorithmV2() instead |
| Modifier and Type | Method and Description |
|---|---|
ChecksumSpecs.Builder |
ChecksumSpecs.Builder.algorithm(Algorithm algorithm)
Deprecated.
|
static SdkChecksum |
SdkChecksum.forAlgorithm(Algorithm algorithm)
Deprecated.
Gets the Checksum based on the required Algorithm.
|
| Modifier and Type | Method and Description |
|---|---|
ChecksumSpecs.Builder |
ChecksumSpecs.Builder.responseValidationAlgorithms(List<Algorithm> responseValidationAlgorithms)
Deprecated.
|
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<Algorithm> |
SdkExecutionAttribute.HTTP_CHECKSUM_VALIDATION_ALGORITHM
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Algorithm |
HttpChecksumUtils.toLegacyChecksumAlgorithm(ChecksumAlgorithm checksumAlgorithm) |
| Modifier and Type | Method and Description |
|---|---|
static long |
ChunkContentUtils.calculateChecksumTrailerLength(Algorithm algorithm,
String headerName)
Calculates the content length for a given algorithm and header name.
|
static byte[] |
HttpChecksumUtils.computeChecksum(InputStream is,
Algorithm algorithm)
Computes the Checksum of the data in the given input stream and returns it as an array of bytes.
|
static ChecksumAlgorithm |
HttpChecksumUtils.toNewChecksumAlgorithm(Algorithm checksumAlgorithm) |
Copyright © 2026. All rights reserved.