| Modifier and Type | Method and Description |
|---|---|
protected String |
Aws4UnsignedPayloadSigner.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest,
Aws4SignerParams signerParams,
SdkChecksum contentFlexibleChecksum) |
| Modifier and Type | Method and Description |
|---|---|
SdkChecksum |
ContentChecksum.contentFlexibleChecksum() |
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractAwsS3V4Signer.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest,
AwsS3V4SignerParams signerParams,
SdkChecksum contentFlexibleChecksum)
This method overloads calculateContentHash with contentFlexibleChecksum.
|
protected String |
AbstractAws4Signer.calculateContentHash(SdkHttpFullRequest.Builder mutableRequest,
T signerParams,
SdkChecksum contentFlexibleChecksum)
This method overloads calculateContentHash with contentFlexibleChecksum.
|
protected void |
BaseAws4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest,
byte[] signature,
byte[] signingKey,
Aws4SignerRequestParams signerRequestParams,
Aws4SignerParams signerParams,
SdkChecksum sdkChecksum)
Deprecated.
This method overloads processRequestPayload with sdkChecksum.
|
protected void |
AbstractAwsS3V4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest,
byte[] signature,
byte[] signingKey,
Aws4SignerRequestParams signerRequestParams,
AwsS3V4SignerParams signerParams,
SdkChecksum sdkChecksum)
Overloads processRequestPayload with sdkChecksum.
|
protected abstract void |
AbstractAws4Signer.processRequestPayload(SdkHttpFullRequest.Builder mutableRequest,
byte[] signature,
byte[] signingKey,
Aws4SignerRequestParams signerRequestParams,
T signerParams,
SdkChecksum sdkChecksum) |
| Constructor and Description |
|---|
ContentChecksum(String hash,
SdkChecksum contentFlexibleChecksum) |
| Modifier and Type | Class and Description |
|---|---|
class |
Crc32CChecksum
Deprecated.
this class is deprecated and subject to removal.
|
class |
Crc32Checksum
Deprecated.
this class is deprecated and subject to removal.
|
class |
Md5Checksum
Deprecated.
this class is deprecated and subject to removal.
|
class |
Sha1Checksum
Deprecated.
this class is deprecated and subject to removal.
|
class |
Sha256Checksum
Deprecated.
this class is deprecated and subject to removal.
|
| Modifier and Type | Method and Description |
|---|---|
static SdkChecksum |
SdkChecksum.forAlgorithm(Algorithm algorithm)
Deprecated.
Gets the Checksum based on the required Algorithm.
|
| 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.
|
| Constructor and Description |
|---|
SdkDigestInputStream(InputStream stream,
MessageDigest digest,
SdkChecksum sdkChecksum) |
| Modifier and Type | Field and Description |
|---|---|
static ExecutionAttribute<SdkChecksum> |
ChecksumsEnabledValidator.CHECKSUM |
| Constructor and Description |
|---|
S3ChecksumValidatingInputStream(InputStream in,
SdkChecksum cksum,
long streamLength)
Creates an input stream using the specified Checksum, input stream, and length.
|
S3ChecksumValidatingPublisher(org.reactivestreams.Publisher<ByteBuffer> publisher,
SdkChecksum sdkChecksum,
long contentLength) |
Copyright © 2026. All rights reserved.