Uses of Interface
software.amazon.awssdk.core.checksums.SdkChecksum
Packages that use SdkChecksum
Package
Description
-
Uses of SdkChecksum in software.amazon.awssdk.core.checksums
Classes in software.amazon.awssdk.core.checksums that implement SdkChecksumModifier and TypeClassDescriptionclassDeprecated.this class is deprecated and subject to removal.classDeprecated.this class is deprecated and subject to removal.classDeprecated.this class is deprecated and subject to removal.classDeprecated.this class is deprecated and subject to removal.classDeprecated.this class is deprecated and subject to removal.Methods in software.amazon.awssdk.core.checksums that return SdkChecksumModifier and TypeMethodDescriptionstatic SdkChecksumSdkChecksum.forAlgorithm(Algorithm algorithm) Deprecated.Gets the Checksum based on the required Algorithm. -
Uses of SdkChecksum in software.amazon.awssdk.core.internal.checksums
Classes in software.amazon.awssdk.core.internal.checksums that implement SdkChecksumModifier and TypeClassDescriptionclassA delegating checksum class to delegate to new checksum implementation for legacy checksum implementations -
Uses of SdkChecksum in software.amazon.awssdk.core.internal.io
Fields in software.amazon.awssdk.core.internal.io declared as SdkChecksumModifier and TypeFieldDescriptionprotected SdkChecksumAwsChunkedEncodingInputStream.Builder.sdkChecksumMethods in software.amazon.awssdk.core.internal.io with parameters of type SdkChecksumModifier and TypeMethodDescriptionAwsChunkedEncodingInputStream.Builder.sdkChecksum(SdkChecksum sdkChecksum) Constructors in software.amazon.awssdk.core.internal.io with parameters of type SdkChecksumModifierConstructorDescriptionprotectedAwsChunkedEncodingInputStream(InputStream in, ChecksumAlgorithm checksumAlgorithm, SdkChecksum sdkChecksum, PayloadChecksumStore checksumStore, String checksumHeaderForTrailer, AwsChunkedEncodingConfig config) Creates a chunked encoding input stream initialized with the originating stream. -
Uses of SdkChecksum in software.amazon.awssdk.core.io
Constructors in software.amazon.awssdk.core.io with parameters of type SdkChecksumModifierConstructorDescriptionSdkDigestInputStream(InputStream stream, MessageDigest digest, SdkChecksum sdkChecksum)