com.sun.crypto.provider.SunJCE is not supported by Google App Engine's Java runtime environment -
tried use aes functionality in sunjce got error saying
com.sun.crypto.provider.sunjce not supported google app engine's java runtime environment
anyone familiar this?
appengine's java runtime environment has whitelist of classes jre can used. https://developers.google.com/appengine/docs/java/jrewhitelist
the code sample in email thread shows 1 way of doing aes encryption on appengine. place start. https://groups.google.com/forum/#!topic/google-appengine/ym8axlulthg
Comments
Post a Comment