What cryptographic algorithms can be used on your Android?
Cryptographic functionality of Android depends on
Java Cryptographic Extension(JCE) architecture.
This 'JCE Provider Checker' shows a list of their algorithms and
may be useful for application developer.
FEATURES:
* Show categolized supported algorithm list in a List View.
Its categories are following:
- Cipher
- MessageDigest
- Signature
- Mac(Message Authentication)
- SecureRandom
- KeyAgreement
- KeyFactory
- KeyGenerator
- KeyPairGenerator
- SSLContext
- KeyStore
- CertificateFactory
- CertStore
- CertPathBuilder
- CertPathValidator
* Show algorithm list in a Text Edit and
it can be sent to your Email address.
SUPPORTED VERSION:
Android 3.0 or later.
NOTE:
** Permission for 'INTERNET' and 'ACCESS_NETWORK_STATE' are
required for some Ads.
17-OCT-2012: version 1.0.0 - The first release