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

Popular posts from this blog

ios - UICollectionView Self Sizing Cells with Auto Layout -

node.js - ldapjs - write after end error -

DOM Manipulation in Wordpress (and elsewhere) using php -