Class Md5Checksum

All Implemented Interfaces:
Checksum, SdkChecksum

@Deprecated @SdkProtectedApi public class Md5Checksum extends LegacyDelegatingChecksum
Deprecated.
this class is deprecated and subject to removal.
Implementation of SdkChecksum to calculate an MD5 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

    • Md5Checksum

      public Md5Checksum()
      Deprecated.