Class SSLConfig
java.lang.Object
org.networkupstools.jnut.SSLConfig
- Direct Known Subclasses:
SSLConfig_JKS
Base class of SSL configuration for NUT connections.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
forceSSL
protected boolean forceSSL -
certVerify
protected boolean certVerify
-
-
Constructor Details
-
SSLConfig
public SSLConfig(boolean forceSSL, boolean certVerify)
-
-
Method Details
-
isForceSSL
public boolean isForceSSL() -
isCertVerify
public boolean isCertVerify() -
createContext
- Throws:
NutException
-