Home
last modified time | relevance | path

Searched defs:PackageVerificationCode (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/spdx-tools/spdx/common/
H A Dpackage.go97 type PackageVerificationCode struct { struct
100 Value string `json:"packageVerificationCodeValue"`
104 ExcludedFiles []string `json:"packageVerificationCodeExcludedFiles,omitempty"`
/aosp_15_r20/external/spdx-tools/spdx/v2_1/
H A Dpackage.go46 PackageVerificationCode common.PackageVerificationCode `json:"packageVerificationCode"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_2/
H A Dpackage.go51 PackageVerificationCode common.PackageVerificationCode `json:"packageVerificationCode"` member
/aosp_15_r20/external/spdx-tools/spdx/v2_3/
H A Dpackage.go52 PackageVerificationCode *common.PackageVerificationCode `json:"packageVerificationCode,omitempty"` member