Package com.biglybt.core.config
Class ConfigKeys.Security
- java.lang.Object
-
- com.biglybt.core.config.ConfigKeys.Security
-
- Enclosing class:
- ConfigKeys
public static class ConfigKeys.Security extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
BCFG_SECURITY_CERT_AUTO_DECLINE
static java.lang.String
BCFG_SECURITY_CERT_AUTO_INSTALL
static java.lang.String
SCFG_SECURITY_JAR_TOOLS_DIR
-
Constructor Summary
Constructors Constructor Description Security()
-
-
-
Field Detail
-
BCFG_SECURITY_CERT_AUTO_INSTALL
public static final java.lang.String BCFG_SECURITY_CERT_AUTO_INSTALL
- See Also:
- Constant Field Values
-
BCFG_SECURITY_CERT_AUTO_DECLINE
public static final java.lang.String BCFG_SECURITY_CERT_AUTO_DECLINE
- See Also:
- Constant Field Values
-
SCFG_SECURITY_JAR_TOOLS_DIR
public static final java.lang.String SCFG_SECURITY_JAR_TOOLS_DIR
- See Also:
- Constant Field Values
-
-