Package com.enterprisedt.net.ftp.ssl
Class SSLFTPProperties
java.lang.Object
com.enterprisedt.net.ftp.ssl.SSLFTPProperties
Manages application properties. All properties specified in the properties
file can be overridden by system properties of the same name
- Version:
- $Revision$
- Author:
- Bruce Blackshaw
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic booleanGet the cryptix debug flagstatic booleanGet the cryptix slow debug flagstatic booleanGet the cryptix trace flagstatic intGet the puretls log level
-
Field Details
-
CRYPTIX_TRACE
Trace setting for cryptix- See Also:
-
CRYPTIX_DEBUG
Debug setting for cryptix- See Also:
-
CRYPTIX_SLOWDEBUG
Slow debug setting for cryptix- See Also:
-
PURETLS_LOGLEVEL
Log level for puretls- See Also:
-
-
Constructor Details
-
SSLFTPProperties
public SSLFTPProperties()
-
-
Method Details
-
getCryptixTrace
public static boolean getCryptixTrace()Get the cryptix trace flag- Returns:
- true if on
-
getCryptixDebug
public static boolean getCryptixDebug()Get the cryptix debug flag- Returns:
- true if on
-
getCryptixSlowDebug
public static boolean getCryptixSlowDebug()Get the cryptix slow debug flag- Returns:
- true if on
-
getPureTLSLogLevel
public static int getPureTLSLogLevel()Get the puretls log level- Returns:
- true if on
-