public interface Constants
Modifier and Type | Interface and Description |
---|---|
static class |
Constants.cipher |
Modifier and Type | Field and Description |
---|---|
static int |
debug_level
Debug level for all tests
|
static Constants.cipher[] |
jssCipherSuites
The following have been deprecated
SSL3_RSA_WITH_RC4_128_MD5
SSL3_RSA_WITH_RC4_128_SHA
SSL3_DHE_RSA_WITH_3DES_EDE_CBC_SHA
SSL3_DHE_DSS_WITH_3DES_EDE_CBC_SHA
SL3_RSA_WITH_3DES_EDE_CBC_SHA
SSL3_DHE_RSA_WITH_DES_CBC_SHA
SSL3_DHE_DSS_WITH_DES_CBC_SHA
SSL3_RSA_WITH_DES_CBC_SHA
SSL3_RSA_WITH_NULL_SHA
SSL3_RSA_WITH_NULL_MD5
SSL3_RSA_WITH_RC4_128_MD5
SSL3_RSA_WITH_3DES_EDE_CBC_SHA
SSL3_RSA_WITH_DES_CBC_SHA
SSL3_RSA_WITH_NULL_MD5
|
static java.lang.String[] |
sslciphersarray_jdk142
Cipher supported by JSSE (JDK 1.4.x)
|
static java.lang.String[] |
sslciphersarray_jdk150
Cipher supported by JSSE (JDK 1.5.x)
|
static final int debug_level
static final Constants.cipher[] jssCipherSuites
static final java.lang.String[] sslciphersarray_jdk150
static final java.lang.String[] sslciphersarray_jdk142