Search code examples
androidbouncycastleandroid-2.3-gingerbread

Is BouncyCastle provided in Android prior to Gingerbread?


If so, in what versions is it available? I only see it go as far back as Gingerbread here: https://android.googlesource.com/platform/external/bouncycastle/ Was it packaged under a different repository prior to GB?


Solution

  • I found that it was moved from libcore/security/ in pre-Gingerbread to external/ in Gingerbread+:

    https://code.google.com/p/android-source-browsing/source/browse/libcore/security/src/main/java/org/bouncycastle/?repo=platform--dalvik&name=android-2.2_r1.3&r=dfd0afbcb08b871e224a28ecb4ed427a7693545c

    to

    https://code.google.com/p/android-source-browsing/source/browse?repo=platform--external--bouncycastle