OSDN Git Service

Restore PBE Ciphers and SecreyKeyFactories if underlying algorithm is supported for...
authorBrian Carlstrom <bdc@google.com>
Tue, 24 Aug 2010 00:03:54 +0000 (17:03 -0700)
committerBrian Carlstrom <bdc@google.com>
Tue, 24 Aug 2010 00:27:55 +0000 (17:27 -0700)
commit48dfb27f884ddc5ada89c5b613d11a986f50513a
tree65f77e730722131352c4eadc6387858b413a7b28
parent73035021c50c1450ec7c27d3bba63b6495f0c858
Restore PBE Ciphers and SecreyKeyFactories if underlying algorithm is supported for better PKCS12 support

This restores the Password Based Encryption (PBE) algorithms when we
were including the underlying algorithms used (3DES, AES, DES, MD5,
RC2, SHA1, SHA256)

Specficially we leave out PBE definitions that include algorithms such
as MD2, RIPEMD, Tiger that are not in our BouncyCastle jar.

Bug: 2942581
Change-Id: Ibef31aad56fc24b4db82a43a69153553660af65d
support/src/test/java/libcore/java/security/StandardNames.java