Home | History | Annotate | Download | only in certinstaller

Lines Matching full:keystore

32 import android.security.KeyStore;
49 * Installs certificates to the system keystore.
67 // key to KeyStore
74 private final KeyStore mKeyStore = KeyStore.getInstance();
277 if (!mKeyStore.put(PKEY_MAP_KEY, bytes, KeyStore.UID_SELF, KeyStore.FLAG_ENCRYPTED)) {
380 mCredentials.setInstallAsUid(KeyStore.UID_SELF);
411 // install everything to system keystore
460 // Note: one key takes about 1300 bytes in the keystore, so be
462 // may go beyond keystore's max length for one entry.