--
You received this message because you are subscribed to the Google Groups "RoboVM" group.
To unsubscribe from this group and stop receiving emails from it, send an email to robovm+un...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
java.security.NoSuchAlgorithmException: KeyGenerator AES implementation not found
at org.apache.harmony.security.fortress.Engine.notFound(Engine.java)
at org.apache.harmony.security.fortress.Engine.getInstance(Engine.java)
at javax.crypto.KeyGenerator.getInstance(KeyGenerator.java)
I've tried both forceLinkClasses with no luck, is AES encription in another package?
java.security.NoSuchAlgorithmException: Cipher RSA implementation not found
at org.apache.harmony.security.fortress.Engine.notFound(Engine.java)
at org.apache.harmony.security.fortress.Engine.getInstance(Engine.java)
at javax.crypto.Cipher.getCipher(Cipher.java)
at javax.crypto.Cipher.getInstance(Cipher.java)
<forceLinkClasses>
<pattern>org.apache.harmony.xnet.provider.jsse.*</pattern>
<pattern>com.android.org.bouncycastle.jce.provider.BouncyCastleProvider</pattern>
<pattern>com.android.org.bouncycastle.jce.provider.JCERSACipher</pattern>
<pattern>org.apache.harmony.security.*</pattern>
<pattern>org.apache.harmony.security.fortress.*</pattern>
<pattern>org.apache.harmony.security.fortress.Engine*</pattern>
</forceLinkClasses>