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

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - CFRelease causing crash in iPad application -