Home
last modified time | relevance | path

Searched defs:keyFile (Results 1 – 6 of 6) sorted by relevance

/aosp12/frameworks/base/keystore/java/android/security/
H A DSystemKeyStore.java74 File keyFile = getKeyFile(keyName); in generateNewKey() local
108 File keyFile = new File(sysKeystoreDir, keyName + KEY_FILE_EXTENSION); in getKeyFile() local
117 File keyFile = getKeyFile(keyName); in retrieveKey() local
127 File keyFile = getKeyFile(keyName); in deleteKey() local
/aosp12/build/make/tools/signtos/
H A DSignTos.java76 private static String readPassword(File keyFile) { in readPassword()
97 private static PKCS8EncodedKeySpec decryptPrivateKey(byte[] encryptedPrivateKey, File keyFile) in decryptPrivateKey()
/aosp12/packages/services/Telephony/src/com/android/phone/
H A DCallTime.java205 String keyFile = baseName + ".key"; in startTrace() local
/aosp12/frameworks/base/services/core/java/com/android/server/adb/
H A DAdbDebuggingManager.java1565 File keyFile = getUserKeyFile(); in writeKey() local
1587 File keyFile = getUserKeyFile(); in writeKeys() local
1612 File keyFile = getUserKeyFile(); in deleteKeyFile() local
1828 AdbKeyStore(File keyFile) { in AdbKeyStore()
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/adb/
H A DAdbDebuggingManagerTest.java1029 private boolean isKeyInFile(String key, File keyFile) throws Exception { in isKeyInFile()
/aosp12/build/make/tools/signapk/src/com/android/signapk/
H A DSignApk.java202 private static String readPassword(File keyFile) { in readPassword()
232 private static PKCS8EncodedKeySpec decryptPrivateKey(byte[] encryptedPrivateKey, File keyFile) in decryptPrivateKey()