This commit is contained in:
nicolson%netscape.com 2002-05-07 20:24:03 +00:00
Родитель dd27ac8f1e
Коммит 705e4b5479
2 изменённых файлов: 9 добавлений и 10 удалений

Просмотреть файл

@ -65,11 +65,10 @@
/* */
/********************************************************************/
static const char* DLL_JSS_VERSION = "JSS_VERSION = JSS_3_0";
static const char* DLL_JSS_VERSION = "JSS_VERSION = JSS_3_2";
static const char* DLL_JDK_VERSION = "JDK_VERSION = JDK 1.2.2";
static const char* DLL_NSS_VERSION = "NSS_VERSION = NSS_3_2_RTM";
static const char* DLL_DBM_VERSION = "DBM_VERSION = NSS_3_1_1_RTM";
static const char* DLL_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_1";
static const char* DLL_NSS_VERSION = "NSS_VERSION = NSS_3_4_1_RTM";
static const char* DLL_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_2";
static jobject
makePWCBInfo(JNIEnv *env, PK11SlotInfo *slot);

Просмотреть файл

@ -51,7 +51,7 @@ import org.mozilla.jss.CRLImportException;
* Initialization is done with static methods, and must be done before
* an instance can be created. All other operations are done with instance
* methods.
* @version $Revision: 1.3 $ $Date: 2002/05/02 04:03:36 $
* @version $Revision: 1.4 $ $Date: 2002/05/07 20:24:03 $
*/
public final class CryptoManager implements TokenSupplier
{
@ -1259,15 +1259,15 @@ public final class CryptoManager implements TokenSupplier
/********************************************************************/
public static final String
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_0";
JAR_JSS_VERSION = "JSS_VERSION = JSS_3_2";
public static final String
JAR_JDK_VERSION = "JDK_VERSION = JDK 1.2.2";
JAR_JDK_VERSION = "JDK_VERSION = N/A";
public static final String
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_2_RTM";
JAR_NSS_VERSION = "NSS_VERSION = NSS_3_4_1_RTM";
public static final String
JAR_DBM_VERSION = "DBM_VERSION = NSS_3_1_1_RTM";
JAR_DBM_VERSION = "DBM_VERSION = N/A";
public static final String
JAR_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_1";
JAR_NSPR_VERSION = "NSPR_VERSION = NSPRPUB_RELEASE_4_2";
/**
* Loads the JSS dynamic library if necessary.