org.mozilla.jss.tests

Interface Constants

public interface Constants

Holds immutable values for JSS Tests.
Nested Class Summary
static classConstants.cipher
Field Summary
static intdebug_level
Debug level for all tests
static Constants.cipher[]jssCipherSuites
static String[]sslciphersarray_jdk142
Cipher supported by JSSE (JDK 1.4.x)
static String[]sslciphersarray_jdk150
Cipher supported by JSSE (JDK 1.5.x)

Field Detail

debug_level

public static int debug_level
Debug level for all tests

jssCipherSuites

public static final Constants.cipher[] jssCipherSuites

sslciphersarray_jdk142

public static String[] sslciphersarray_jdk142
Cipher supported by JSSE (JDK 1.4.x)

sslciphersarray_jdk150

public static String[] sslciphersarray_jdk150
Cipher supported by JSSE (JDK 1.5.x)