See: Description
| Interface | Description |
|---|---|
| CveUrlParser |
Interface providing a parser for an NVD CVE URL.
|
| Class | Description |
|---|---|
| Checksum |
Includes methods to generate the MD5 and SHA1 checksum.
|
| DefaultCveUrlModifiedParser |
Default implementation of a
CveUrlParser. |
| Downloader |
A utility to download files from the Internet.
|
| ExpectedObjectInputStream |
An ObjectInputStream that will only deserialize expected classes.
|
| FileUtils |
A collection of utilities for processing information about files.
|
| HttpResourceConnection |
A utility to download files from the Internet.
|
| JsonArrayFixingInputStream |
Fixes a poorly formatted jSON array such as those returned by
go list -json -m all. |
| Settings |
A simple settings container that wraps the dependencycheck.properties file.
|
| Settings.KEYS |
The collection of keys used within the properties file.
|
| SSLSocketFactoryEx |
TODO - is this class needed anymore as we do not support Java 6 and 7.
|
| URLConnectionFactory |
A URLConnection Factory to create new connections.
|
| XmlUtils |
Collection of XML related code.
|
| Exception | Description |
|---|---|
| DownloadFailedException |
An exception used when a download fails.
|
| ExtractionException |
An exception used when a file is unable to be un-zipped.
|
| InvalidSettingException |
An exception used when an error occurs reading a setting.
|
| ResourceNotFoundException |
An exception used when the resource could not be retrieved because a 404 was
received.
|
| TooManyRequestsException |
An exception used when the server has blocked the requests due to too many requests.
|
| URLConnectionFailureException |
An exception used when the creation of an URLConnection fails.
|
Copyright© 2012-21 Jeremy Long. All Rights Reserved.