Hi, all,

Here's the scoop:

* I am trying to get encryption to work in FOP.

* I am using Windows XP, Java 1.4.1_02, and FOP 0.20.5.

* I have downloaded bcprov-jdk14-125.jar from Bouncy Castle
    and have put that jar file in fop-0.20.5\lib.

* I have modified build.bat to include the following line in the classpath 
list: 
          set 
LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\bcprov-jdk14-125.jar

* I have modified j2sdk1.4.1_02\jre\lib\security\java.security to include 
the
    following line:
 security.provider.6=org.bouncycastle.jce.provider.BouncyCastleProvider

* When I ran build.bat, it ended with the happy BUILD SUCCESSFUL message, 
and the
    build output included the following happy lines:
         prepare-jce:
               [echo] JCE is present. Installing PDF encryption support.

* I have modified fop.bat to include the following line in the classpath 
list:
          set 
LOCALCLASSPATH=%LOCALCLASSPATH%;%LIBDIR%\bcprov-jdk14-125.jar

* However, when I run FOP to try to create a PDF file with encryption 
options
    set, I still get this unhappy message:
         [ERROR] Cannot find any provider supporting RC4

What have I not done or done wrong?

Thanks.

Jay Bryant

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to