[Webfunds-commits] java/webfunds/utils SecureRandomHack.java
Jeroen C. van Gelderen
gelderen@cypherpunks.ai
Wed, 14 Mar 2001 21:40:43 -0400 (AST)
gelderen 01/03/14 21:40:43
Modified: webfunds/utils SecureRandomHack.java
Log:
Add comment to indicate that this class will disappear when we drop JDK 1.1
support.
Revision Changes Path
1.5 +4 -3 java/webfunds/utils/SecureRandomHack.java
Index: SecureRandomHack.java
===================================================================
RCS file: /home/webfunds/cvsroot/java/webfunds/utils/SecureRandomHack.java,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- SecureRandomHack.java 2000/11/15 08:59:56 1.4
+++ SecureRandomHack.java 2001/03/15 01:40:43 1.5
@@ -1,4 +1,4 @@
-/* $Id: SecureRandomHack.java,v 1.4 2000/11/15 08:59:56 iang Exp $
+/* $Id: SecureRandomHack.java,v 1.5 2001/03/15 01:40:43 gelderen Exp $
*
* Copyright (c) 2000 Systemics Inc. on behalf of
* The WebFunds Development Team. All rights reserved.
@@ -15,14 +15,15 @@
/**
* This class is a hack to speed up SecureRandom initialization,
- * working around JDK 1.1 brain damage.
+ * working around JDK 1.1 brain damage. This class should disappear
+ * when we drop JDK 1.1.x support.
*
* Just call it before you call your first SecureRandom() constructor.
*
* This will only improve speed on UN*X, Windows and Mac don't have
* a /dev/random nor something equivalent.
*
- * @version $Revision: 1.4 $
+ * @version $Revision: 1.5 $
* @author Jeroen C. van Gelderen (gelderen@systemics.com)
*/
public final class SecureRandomHack