ChecksumType
        
        Description:
        public enum 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.
          
         
        
        
        Content:
        Enum values:
        
          - MD5 - Use the MD5 hashing algorithm
          
- SHA1 - Use the SHA-1 hashing algorithm
            
- SHA256 - Use the SHA-256 hashing algorithm
            
- SHA512 - Use the SHA-512 hashing algorithm
            
Methods: