Uses of Class
org.owasp.dependencycheck.data.update.nvd.api.NvdApiProcessor
-
Packages that use NvdApiProcessor Package Description org.owasp.dependencycheck.data.update.nvd.api Contains classes used to download, parse, and load the NVD API CVE data from NIST into the local database. -
-
Uses of NvdApiProcessor in org.owasp.dependencycheck.data.update.nvd.api
Methods in org.owasp.dependencycheck.data.update.nvd.api that return NvdApiProcessor Modifier and Type Method Description NvdApiProcessorNvdApiProcessor. call()Methods in org.owasp.dependencycheck.data.update.nvd.api that return types with arguments of type NvdApiProcessor Modifier and Type Method Description java.util.concurrent.Future<NvdApiProcessor>DownloadTask. call()
-