/*
* SPDXVersion: SPDX-1.1
* Creator: Person: Nuno Brito (nuno.brito@triplecheck.de)
* Creator: Organization: TripleCheck (contact@triplecheck.de)
* Created: 2013-08-29T00:00:00Z
* LicenseName: NOASSERTION
* FileName: PackageVerificationCode.java
* FileType: SOURCE
* FileCopyrightText: <text> Copyright 2013 Nuno Brito, TripleCheck </text>
* FileComment: <text> Performs all operations related to the calculation
* and verification of the validation code for a given SPDX report </text>
*/
package old;
public class PackageVerificationCode {
String
// Data Format: 160 bit binary represented as 40 hexidecimal digits
verificationCode; // mandatory, one
}