Child: [r25] (diff)

Download this file

PackageVerificationCode.java    20 lines (18 with data), 722 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
/*
* 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
}