Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.security > #74

Problem with Java PGP

From "andrew maddox" <andrew.maddox@THRWHITE.remove-dii-this>
Subject Problem with Java PGP
Message-ID <034b3b2f-6c5e-4489-9a53-98ed69244b90@t54g2000hsg.googlegroups.com> (permalink)
Newsgroups comp.lang.java.security
Date 2011-04-27 16:08 +0000
Organization TDS.net

Show all headers | View raw


  To: comp.lang.java.security
Hello-

I am working to implement Java PGP decryption in a web app. The target
documents are being encrypted and then placed on the application
server. The app will be decrypting at runtime. I have been able to
implement the Java code on a Sybase application server, but when I
moved the code over to the WAS6 environment, it failed with the
following exception:
"Unsupported keysize or algorithm parameters"

After doing some reading, I found that changing the JCE policy JARs
under the lib/security folder could fix the issue above. So I put them
in place, but then I got this exception:
"Class not found: javax/crypto/b"

I have the jce.jar file in the classpath, but still no good.

If anyone has any insight into a resolution for the above issues, I
would love to hear it.

Thanks,


Andrew Maddox

---
 * Synchronet * The Whitehouse BBS --- whitehouse.hulds.com --- check it out free usenet!
--- Synchronet 3.15a-Win32 NewsLink 1.92
Time Warp of the Future BBS - telnet://time.synchro.net:24

Back to comp.lang.java.security | Previous | Next | Find similar


Thread

Problem with Java PGP "andrew maddox" <andrew.maddox@THRWHITE.remove-dii-this> - 2011-04-27 16:08 +0000

csiph-web