Class Checksum

java.lang.Object
org.spdx.library.model.ModelObject
org.spdx.library.model.Checksum
All Implemented Interfaces:
Comparable<Checksum>

public class Checksum
extends ModelObject
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