Class Sha1Checksum

All Implemented Interfaces:
Checksum, SdkChecksum

@Deprecated @SdkInternalApi public class Sha1Checksum extends LegacyDelegatingChecksum
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 Details

    • Sha1Checksum

      public Sha1Checksum()
      Deprecated.