提交 ba5d4577 编写于 作者: V vinnie

8009067: Improve storing keys in KeyStore

Reviewed-by: mullan, skoivu
上级 8918d557
...@@ -2093,7 +2093,7 @@ public class KeyStore { ...@@ -2093,7 +2093,7 @@ public class KeyStore {
oldException); oldException);
} }
try { try {
return AccessController.doPrivileged(action); return AccessController.doPrivileged(action, context);
} catch (PrivilegedActionException e) { } catch (PrivilegedActionException e) {
Throwable cause = e.getCause(); Throwable cause = e.getCause();
throw new KeyStoreException throw new KeyStoreException
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册