Top "Spongycastle" questions

a repackage of the Bouncy Castle Java cryptographic libraries, targeted specificlly at Android

How to include the Spongy Castle JAR in Android?

Apparently Spongy Castle is the Android alternative to using a full version of Bouncy Castle. However, on importing the jar …

java android packages bouncycastle spongycastle
Android Encrypting String using RSA Public key

I am working in a project where I have to encrypt password using RSA public key. I tried many samples …

android encryption rsa bouncycastle spongycastle
Export RSA public key to PEM String using java

So I'm using Spongy Castle (Android) to generate a PEM encoded string for an RSA public key that will be …

java android bouncycastle spongycastle
How can I generate a valid ECDSA EC key pair?

I am trying to generate ECDSA key pair using SpongyCastle in Android. This is the code: static { Security.insertProviderAt(new …

bouncycastle elliptic-curve ecdsa dsa spongycastle