Uses of Interface
software.amazon.awssdk.http.auth.aws.internal.signer.Checksummer
Packages that use Checksummer
Package
Description
-
Uses of Checksummer in software.amazon.awssdk.http.auth.aws.internal.signer
Classes in software.amazon.awssdk.http.auth.aws.internal.signer that implement ChecksummerModifier and TypeClassDescriptionfinal classA "flexible" implementation of a checksummer.final classAn implementation of a checksummer that simply passes along a computed value as a checksum.Methods in software.amazon.awssdk.http.auth.aws.internal.signer that return ChecksummerModifier and TypeMethodDescriptionstatic ChecksummerChecksummer.create()Get a default implementation of a checksummer, which calculates the SHA-256 checksum and places it in the x-amz-content-sha256 header.static ChecksummerChecksummer.forFlexibleChecksum(String precomputedSha256, ChecksumAlgorithm checksumAlgorithm, PayloadChecksumStore cache) Get a flexible checksummer that performs two checksums: the given checksum-algorithm and a precomputed checksum from the given checksum string.static ChecksummerChecksummer.forFlexibleChecksum(ChecksumAlgorithm checksumAlgorithm, PayloadChecksumStore cache) Get a flexible checksummer that performs two checksums: the given checksum-algorithm and the SHA-256 checksum.static ChecksummerChecksummer.forNoOp()static ChecksummerChecksummer.forPrecomputed256Checksum(String precomputedSha256) Get a precomputed checksummer which places the precomputed checksum to the x-amz-content-sha256 header. -
Uses of Checksummer in software.amazon.awssdk.http.auth.aws.internal.signer.util
Methods in software.amazon.awssdk.http.auth.aws.internal.signer.util that return ChecksummerModifier and TypeMethodDescriptionstatic ChecksummerChecksumUtil.checksummer(BaseSignRequest<?, ? extends AwsCredentialsIdentity> request, Boolean isPayloadSigningOverride, PayloadChecksumStore payloadChecksumStore)