Uses of Class
org.spdx.library.model.SpdxPackageVerificationCode
| Package | Description |
|---|---|
| org.spdx.library.model |
Copyright (c) 2019 Source Auditor Inc.
|
| org.spdx.utility.verificationcode |
-
Uses of SpdxPackageVerificationCode in org.spdx.library.model
Methods in org.spdx.library.model that return SpdxPackageVerificationCode Modifier and Type Method Description SpdxPackageVerificationCodeModelObject. createPackageVerificationCode(String value, Collection<String> excludedFileNames)Methods in org.spdx.library.model that return types with arguments of type SpdxPackageVerificationCode Modifier and Type Method Description Optional<SpdxPackageVerificationCode>SpdxPackage. getPackageVerificationCode()Methods in org.spdx.library.model with parameters of type SpdxPackageVerificationCode Modifier and Type Method Description SpdxPackageSpdxPackage. setPackageVerificationCode(SpdxPackageVerificationCode verificationCode)SpdxPackage.SpdxPackageBuilderSpdxPackage.SpdxPackageBuilder. setPackageVerificationCode(SpdxPackageVerificationCode packageVerificationCode) -
Uses of SpdxPackageVerificationCode in org.spdx.utility.verificationcode
Methods in org.spdx.utility.verificationcode that return SpdxPackageVerificationCode Modifier and Type Method Description SpdxPackageVerificationCodeVerificationCodeGenerator. generatePackageVerificationCode(File sourceDirectory, File[] skippedFiles, IModelStore modelStore, String documentUri)Generate the SPDX Package Verification Code from a directory of files included in the archiveSpdxPackageVerificationCodeVerificationCodeGenerator. generatePackageVerificationCode(File sourceDirectory, IModelStore modelStore, String documentUri)protected SpdxPackageVerificationCodeVerificationCodeGenerator. generatePackageVerificationCode(List<String> fileChecksums, String[] skippedFilePaths, IModelStore modelStore, String documentUri)SpdxPackageVerificationCodeVerificationCodeGenerator. generatePackageVerificationCode(SpdxFile[] spdxFiles, String[] skippedFilePaths, IModelStore modelStore, String documentUri)Generate the SPDX Package Verification Code from an array of SPDXFiles