ChecksumType#

Added in version 2.16.

class ChecksumType#

The hashing algorithm to be used by Checksum when performing the digest of some data.

Note that the ChecksumType enumeration may be extended at a later date to include new hashing algorithm types.

Fields#

class ChecksumType
MD5#

The type of the None singleton.

SHA1#

The type of the None singleton.

SHA256#

The type of the None singleton.

SHA384#

The type of the None singleton.

SHA512#

The type of the None singleton.