public class DebugSSL
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static boolean |
BUG_NETSCAPE_V2
SSL server bug workaround (www.amazon.com, Netscape-Commerce/1.12)
|
static boolean |
BUG_OPENSSL_VERSION
bug in openssl up to at least 0.9.4: always selects SSL 3.0
|
static boolean |
COMMERCIAL_VERSION
Commercial or eval version
|
static boolean |
EXPORTABLE_ONLY
Allow only exportable (1024/56) encryption
|
static boolean |
mode
Debug mode switch.
|
static boolean |
SSL2
Whether or not to include support for SSL2
|
public static final boolean mode
public static final boolean COMMERCIAL_VERSION
public static final boolean SSL2
public static final boolean BUG_OPENSSL_VERSION
public static final boolean BUG_NETSCAPE_V2
public static final boolean EXPORTABLE_ONLY