Class NoOpPayloadChecksumStore
java.lang.Object
software.amazon.awssdk.core.internal.checksums.NoOpPayloadChecksumStore
- All Implemented Interfaces:
PayloadChecksumStore
@SdkInternalApi
public final class NoOpPayloadChecksumStore
extends Object
implements PayloadChecksumStore
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsChecksumValue(ChecksumAlgorithm algorithm) static NoOpPayloadChecksumStorecreate()byte[]getChecksumValue(ChecksumAlgorithm algorithm) byte[]putChecksumValue(ChecksumAlgorithm algorithm, byte[] checksum)
-
Method Details
-
putChecksumValue
- Specified by:
putChecksumValuein interfacePayloadChecksumStore
-
getChecksumValue
- Specified by:
getChecksumValuein interfacePayloadChecksumStore
-
containsChecksumValue
- Specified by:
containsChecksumValuein interfacePayloadChecksumStore
-
create
-