I'm testing an alternate JVM (ibm J9) and noticed a vendor tie-in
in
src/net/sourceforge/jcetaglib/lib/Seed.java line 71
> sr = SecureRandom.getInstance("SHA1PRNG", "SUN");
noticed by this exception
net.sourceforge.jcetaglib.exceptions.CryptoException: Provider SUN is not available
at net.sourceforge.jcetaglib.lib.Seed.getSecureRandom(Seed.java:91)
should...
2009-03-24 09:03:58 UTC in JCE taglib for JSP