commit | a4640c082c8ccf66ebfb50ace5747409ab6aee55 | [log] [tgz] |
---|---|---|
author | Kenny Root <kroot@google.com> | Fri Aug 31 13:38:11 2012 -0700 |
committer | Kenny Root <kroot@google.com> | Fri Aug 31 16:45:24 2012 -0700 |
tree | 7b2266c166f65ef186e913f18110dab6bbd7d9e8 | |
parent | 2701f325a6d4acd920637d2ff6fd6972a9cf836b [diff] |
Add some NullPointerExceptions to AndroidKeyStore Existing KeyStore implementations throw NullPointerExceptions beacuse the KeyStoreSpi doesn't check these arguments for null. Add in checks so we don't accidentally check some bogus values. Also switch a RuntimeException to a KeyStoreException Change-Id: I18f4d4474d607cb2057ea8069b901e0992275e78