bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/23899] BouncyCastle crypto library errors


From: david at jpackage dot org
Subject: [Bug classpath/23899] BouncyCastle crypto library errors
Date: 19 Apr 2006 02:36:10 -0000


------- Comment #4 from david at jpackage dot org  2006-04-19 02:36 -------
The implementation in comment #3 only overrides nextBytes().

The BigInteger(int, Random) constructor calls nextInt() which in turn calls
next(). I don't think that nextBytes() is ever called. So, the user supplied
byte array is never used.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23899





reply via email to

[Prev in Thread] Current Thread [Next in Thread]