Searched defs:keystore (Results 1 – 10 of 10) sorted by relevance
186 public static boolean deleteAllTypesForAlias(KeyStore keystore, String alias) { in deleteAllTypesForAlias()195 public static boolean deleteAllTypesForAlias(KeyStore keystore, String alias, int uid) { in deleteAllTypesForAlias()209 public static boolean deleteCertificateTypesForAlias(KeyStore keystore, String alias) { in deleteCertificateTypesForAlias()218 public static boolean deleteCertificateTypesForAlias(KeyStore keystore, String alias, int uid) { in deleteCertificateTypesForAlias()231 public static boolean deleteUserKeyTypeForAlias(KeyStore keystore, String alias) { in deleteUserKeyTypeForAlias()239 public static boolean deleteUserKeyTypeForAlias(KeyStore keystore, String alias, int uid) { in deleteUserKeyTypeForAlias()251 public static boolean deleteLegacyKeyForAlias(KeyStore keystore, String alias, int uid) { in deleteLegacyKeyForAlias()
182 IKeystoreService keystore = IKeystoreService.Stub.asInterface(ServiceManager in getInstance() local
38 optional string keystore = 5 [ (android.privacy).dest = DEST_LOCAL ]; field
167 LockSettingsStorage storage, FakeGateKeeperService gatekeeper, KeyStore keystore, in LockSettingsServiceTestable()
267 private RecoveryController(ILockSettings binder, KeyStore keystore) { in RecoveryController()
426 KeyStore keystore = KeyStore.getInstance(KeyStore.getDefaultType()); in testTrustManagerKeystore() local
113 getInstance(Context context, KeyStore keystore) { in getInstance()
172 private static HashSet<X509Certificate> getTrustedCerts(File keystore) in getTrustedCerts()
1688 AdbKeyStore keystore = new AdbKeyStore(); in getPairedDevices() local
... ) protected abstract void engineInit (java.security.KeyStore, char[]) throws java.security. ...