You are currently viewing a snapshot of www.mozilla.org taken on April 21, 2008. Most of this content is highly out of date (some pages haven't been updated since the project began in 1998) and exists for historical purposes only. If there are any pages on this archive site that you think should be added back to www.mozilla.org, please file a bug.




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)