Searched defs:KeyStore (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/keystore/java/android/security/
H A DKeyStore.java56 public class KeyStore { class
57 private static final String TAG = "KeyStore";
140 private KeyStore(IKeystoreService binder) { method in class:KeyStore
154 public static KeyStore getInstance() {
157 return new KeyStore(keystore);
200 Log.w(TAG, "KeyStore exception", e);
262 Log.w(TAG, "KeyStore exception", e);
368 Log.w(TAG, "KeyStore exception", e);
382 Log.w(TAG, "KeyStore exception", e);
620 * @return {@code KeyStore
[all...]

Completed in 45 milliseconds