Uses of Class
org.spdx.library.model.v2.SpdxPackageVerificationCode
-
Packages that use SpdxPackageVerificationCode Package Description org.spdx.library.model.v2 Model compatible with version 2 of the SPDX spec (2.0, 2.1, 2.2, and 2.3) -
-
Uses of SpdxPackageVerificationCode in org.spdx.library.model.v2
Methods in org.spdx.library.model.v2 that return SpdxPackageVerificationCode Modifier and Type Method Description SpdxPackageVerificationCode
ModelObjectV2. createPackageVerificationCode(String value, Collection<String> excludedFileNames)
Methods in org.spdx.library.model.v2 that return types with arguments of type SpdxPackageVerificationCode Modifier and Type Method Description Optional<SpdxPackageVerificationCode>
SpdxPackage. getPackageVerificationCode()
Methods in org.spdx.library.model.v2 with parameters of type SpdxPackageVerificationCode Modifier and Type Method Description SpdxPackage
SpdxPackage. setPackageVerificationCode(SpdxPackageVerificationCode verificationCode)
SpdxPackage.SpdxPackageBuilder
SpdxPackage.SpdxPackageBuilder. setPackageVerificationCode(SpdxPackageVerificationCode packageVerificationCode)
-