Uses of Class
org.spdx.maven.Checksum
Packages that use Checksum
-
Uses of Checksum in org.spdx.maven.utils
Methods in org.spdx.maven.utils that return ChecksumModifier and TypeMethodDescriptionstatic Checksum
AbstractFileCollector.generateSha1
(File file) Generate the Sha1 for a given file.Methods in org.spdx.maven.utils that return types with arguments of type ChecksumModifier and TypeMethodDescriptionAbstractFileCollector.generateChecksum
(File file, Set<String> algorithms) Generate checksums for a given file using each algorithm supplied.SpdxProjectInformation.getChecksums()
Method parameters in org.spdx.maven.utils with type arguments of type ChecksumModifier and TypeMethodDescriptionvoid
SpdxProjectInformation.setChecksums
(Set<Checksum> checksums)