[ZaeX] > I have tried to add the bouncycastle JCE provider in the code, it > works in Eclipse jetty server, but failed on GAE. > I wonder if it's because my coding mistake or 'Security.addProvider' > is forbidden by GAE.
It is currently not possible to add security providers to appengine. Add support for BouncyCastle JCE provider http://code.google.com/p/googleappengine/issues/detail?id=1612 Alan. -- You received this message because you are subscribed to the Google Groups "Google App Engine for Java" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine-java?hl=en.
