Package org.mozilla.jss.tests
Interface Constants
-
- All Known Implementing Classes:
JSS_SelfServClient
public interface Constants
Holds immutable values for JSS Tests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
Constants.cipher
-
Field Summary
Fields Modifier and Type Field Description static int
debug_level
Debug level for all testsstatic Constants.cipher[]
jssCipherSuites
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)
-
-
-
Field Detail
-
debug_level
static final int debug_level
Debug level for all tests- See Also:
- Constant Field Values
-
jssCipherSuites
static final Constants.cipher[] jssCipherSuites
-
sslciphersarray_jdk150
static final java.lang.String[] sslciphersarray_jdk150
Cipher supported by JSSE (JDK 1.5.x)
-
sslciphersarray_jdk142
static final java.lang.String[] sslciphersarray_jdk142
Cipher supported by JSSE (JDK 1.4.x)
-
-