org.mozilla.jss.tests
Class Constants

java.lang.Object
  extended by org.mozilla.jss.tests.Constants

public class Constants
extends java.lang.Object

Holds immutable values for JSS Tests.


Field Summary
static int debug_level
          Debug level for all tests
static java.lang.String[] jssCipherNames
          String representation of JSS supported ciphers
static int[] jssCipherSuites
          Cipher supported by JSS
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)
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

debug_level

public static int debug_level
Debug level for all tests


jssCipherSuites

public static int[] jssCipherSuites
Cipher supported by JSS


jssCipherNames

public static java.lang.String[] jssCipherNames
String representation of JSS supported ciphers


sslciphersarray_jdk150

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


sslciphersarray_jdk142

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