Class LocalDirectorySSLConfig
- java.lang.Object
-
- com.qualys.plugins.containerSecurity.httpClient.LocalDirectorySSLConfig
-
- All Implemented Interfaces:
Serializable
public class LocalDirectorySSLConfig extends Object implements Serializable
SSL Config from local files.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LocalDirectorySSLConfig(String dockerCertPath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getDockerCertPath()
SSLContext
getSSLContext()
int
hashCode()
String
toString()
-
-
-
Constructor Detail
-
LocalDirectorySSLConfig
public LocalDirectorySSLConfig(String dockerCertPath)
-
-
Method Detail
-
getDockerCertPath
public String getDockerCertPath()
-
getSSLContext
public SSLContext getSSLContext() throws Exception
- Throws:
Exception
-
-