Class Checksum

All Implemented Interfaces:
Cloneable, Comparable<Checksum>, IRdfModel

public class Checksum
extends RdfModelObject
implements Comparable<Checksum>
A Checksum is value that allows the contents of a file to be authenticated. Even small changes to the content of the file will change its checksum. This class allows the results of a variety of checksum and cryptographic message digest algorithms to be represented.
Author:
Gary O'Neall