Uses of Class
org.owasp.dependencycheck.utils.Settings
-
Packages that use Settings Package Description org.owasp.dependencycheck.utils Includes various utility classes such as a Settings wrapper, utilities to make URL Connections, etc. -
-
Uses of Settings in org.owasp.dependencycheck.utils
Methods in org.owasp.dependencycheck.utils with parameters of type Settings Modifier and Type Method Description void
Downloader. configure(Settings settings)
Initialize the Downloader from the settings.Constructors in org.owasp.dependencycheck.utils with parameters of type Settings Constructor Description SSLSocketFactoryEx(javax.net.ssl.KeyManager[] km, javax.net.ssl.TrustManager[] tm, java.security.SecureRandom random, Settings settings)
Constructs a new SSLSocketFactory.SSLSocketFactoryEx(javax.net.ssl.SSLContext ctx, Settings settings)
Constructs a new SSLSocketFactory.SSLSocketFactoryEx(Settings settings)
Constructs a new SSLSocketFactory.URLConnectionFactory(Settings settings)
Private constructor for this factory.
-