Class Sha256Checksum

All Implemented Interfaces:
Checksum, SdkChecksum

@Deprecated @SdkProtectedApi public class Sha256Checksum extends LegacyDelegatingChecksum
Deprecated.
this class is deprecated and subject to removal.
Implementation of SdkChecksum to calculate a Sha-256 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

    • Sha256Checksum

      public Sha256Checksum()
      Deprecated.