Class Sha1Checksum
java.lang.Object
software.amazon.awssdk.core.internal.checksums.LegacyDelegatingChecksum
software.amazon.awssdk.core.checksums.Sha1Checksum
- All Implemented Interfaces:
Checksum,SdkChecksum
Deprecated.
this class is deprecated and subject to removal.
Implementation of
SdkChecksum to calculate a Sha-1 checksum.
Implementor notes: this should've been an internal API, but we can't change it now since it's not within the internal subpackage.
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class software.amazon.awssdk.core.internal.checksums.LegacyDelegatingChecksum
getChecksumBytes, getValue, mark, reset, update, updateMethods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface software.amazon.awssdk.core.checksums.SdkChecksum
update, update
-
Constructor Details
-
Sha1Checksum
public Sha1Checksum()Deprecated.
-