summaryrefslogtreecommitdiff
path: root/rs/java/android/renderscript/ScriptGroup.java
diff options
context:
space:
mode:
authorAlex Klyubin <klyubin@google.com>2015-06-25 17:13:30 -0700
committerAlex Klyubin <klyubin@google.com>2015-06-25 18:44:43 -0700
commit903d0fb98817dca284a640dbc853c7fcbbdc8313 (patch)
treeff21d11dec3828c271cce69800591ad380e96aac /rs/java/android/renderscript/ScriptGroup.java
parent0f61c7dcc40276788f58300d5d8ca85be2ce0e59 (diff)
Don't offer crypto ops for public keys of trusted cert entries.
Android Keystore cannot offer crypto operations for public keys of trusted certificate entries (entries without a private key). Prior to this CL it accidentally tried to do so, causing crypto operations on these keys to fail. The fix is for Android Keystore to offer crypto operations only for public keys for which there is a corresponding private key in the keystore. Crypto operations on public keys from trusted certificate entries will be handled by other installed crypto providers. Those providers don't need a private key to carry out these operations on public keys. Bug: 22091725 Bug: 21835320 Change-Id: Ib7d92b067711e4c57128d0db72c08bf288a45ce1
Diffstat (limited to 'rs/java/android/renderscript/ScriptGroup.java')
0 files changed, 0 insertions, 0 deletions