Class VerificationCodeGenerator

java.lang.Object
org.spdx.utility.verificationcode.VerificationCodeGenerator

public class VerificationCodeGenerator
extends Object
Generates a package verification code from a directory of source code or an array of SPDXFiles. A class implementing the IFileChecksumGenerator is supplied as a parameter to the constructor. The method getFileChecksum is called for each file in the directory. This can be used as a hook to capture all files in the directory and capture the checksum values at a file level.
Author:
Gary O'Neall