JRUBY uses
org.bouncycastle:bcmail-jdk15on:jar:1.46
org.bouncycastle:bcprov-jdk15on:jar:1.46

for testing you can just prepend them to your bootclassloader - something like
jruby -J-Xbootclasspath/p:bcmail-jdk15on.jar:bcprov-jdk15on.jar

but doing so with BC version 1.47 did not work for me (the openssl bit
of jruby).

but I rather doubt that this will work - see also
http://www.bouncycastle.org/wiki/display/JA1/Porting+from+earlier+BC+releases+to+1.47+and+later

with regards,
Kristian

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to