Uses of Interface
software.amazon.awssdk.core.checksums.SdkChecksum
-
Packages that use SdkChecksum Package Description software.amazon.awssdk.core.checksums software.amazon.awssdk.core.internal.async software.amazon.awssdk.core.internal.io software.amazon.awssdk.core.io -
-
Uses of SdkChecksum in software.amazon.awssdk.core.checksums
Classes in software.amazon.awssdk.core.checksums that implement SdkChecksum Modifier and Type Class Description classCrc32CChecksumDeprecated.this class is deprecated and subject to removal.classCrc32ChecksumDeprecated.this class is deprecated and subject to removal.classMd5ChecksumDeprecated.this class is deprecated and subject to removal.classSha1ChecksumDeprecated.this class is deprecated and subject to removal.classSha256ChecksumDeprecated.this class is deprecated and subject to removal.Methods in software.amazon.awssdk.core.checksums that return SdkChecksum Modifier and Type Method Description static SdkChecksumSdkChecksum. forAlgorithm(Algorithm algorithm)Deprecated.Gets the Checksum based on the required Algorithm. -
Uses of SdkChecksum in software.amazon.awssdk.core.internal.async
Constructors in software.amazon.awssdk.core.internal.async with parameters of type SdkChecksum Constructor Description ChecksumValidatingPublisher(org.reactivestreams.Publisher<ByteBuffer> publisher, SdkChecksum sdkChecksum, String expectedChecksum) -
Uses of SdkChecksum in software.amazon.awssdk.core.internal.io
Fields in software.amazon.awssdk.core.internal.io declared as SdkChecksum Modifier and Type Field Description protected SdkChecksumAwsChunkedEncodingInputStream.Builder. sdkChecksumMethods in software.amazon.awssdk.core.internal.io with parameters of type SdkChecksum Modifier and Type Method Description TAwsChunkedEncodingInputStream.Builder. sdkChecksum(SdkChecksum sdkChecksum)Constructors in software.amazon.awssdk.core.internal.io with parameters of type SdkChecksum Constructor 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. -
Uses of SdkChecksum in software.amazon.awssdk.core.io
Constructors in software.amazon.awssdk.core.io with parameters of type SdkChecksum Constructor Description SdkDigestInputStream(InputStream stream, MessageDigest digest, SdkChecksum sdkChecksum)
-