Hi, Alan:

Thanks for the reply.

In order to make some BC functionalities to work on GAE, I tried some
workaround like using directly the BC lightweight api and  modify some
BC's code from XXXFactory.getInstance(xxx, "BC") to the corresponding
spi classes.

This method works some time, but it usually turned out to be a great
mess.
Don't know if there're other easy workarounds.

On Mar 29, 5:31 pm, Alan Kennedy <[email protected]> wrote:
> [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 
> providerhttp://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.

Reply via email to