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 classCrc32CChecksumImplementation ofSdkChecksumto calculate an CRC32C checksum.classCrc32ChecksumImplementation ofSdkChecksumto calculate an CRC32 checksum.classMd5ChecksumImplementation ofSdkChecksumto calculate an MD5 checksum.classSha1ChecksumImplementation ofSdkChecksumto calculate an Sha-1 checksum.classSha256ChecksumImplementation ofSdkChecksumto calculate an Sha-256 Checksum.Methods in software.amazon.awssdk.core.checksums that return SdkChecksum Modifier and Type Method Description static SdkChecksumSdkChecksum. forAlgorithm(Algorithm algorithm)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)
-