Interface ChecksumAlgorithm
- All Known Implementing Classes:
 ChecksumUtil.ConstantChecksumAlgorithm
public interface ChecksumAlgorithm
An interface for declaring the implementation of a checksum.
- 
Method Summary
 
- 
Method Details
- 
algorithmId
String algorithmId()The ID of the checksum algorithm. This is matched against algorithm names used in smithy traits (e.g. "CRC32C" from the aws.protocols#HTTPChecksum smithy trait) 
 -