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

Use the MD5 hashing algorithm

SHA1

Use the SHA-1 hashing algorithm

SHA256

Use the SHA-256 hashing algorithm

SHA384

Use the SHA-384 hashing algorithm (Since: 2.51)

SHA512

Use the SHA-512 hashing algorithm (Since: 2.36)