Searched refs:KEY_ALIAS (Results 1 – 3 of 3) sorted by relevance
52 private static final String KEY_ALIAS = KeyInfoTest.class.getSimpleName(); field in KeyInfoTest68 KEY_ALIAS, in testImmutabilityViaGetterReturnValues()136 KEY_ALIAS, in testLimitedUseKey()167 KEY_ALIAS, in testUnlockedDeviceRequiredKey()175 ImportedKey importedKey = TestUtils.importIntoAndroidKeyStore(KEY_ALIAS, in testUnlockedDeviceRequiredKey()191 ks.deleteEntry(KEY_ALIAS); in tearDown()
331 private final String KEY_ALIAS = "perf_key"; field in PerformanceTestBase.AndroidKeystoreKeyGenerator341 mKeyStore.deleteEntry(KEY_ALIAS); in deleteKey()345 return new KeyGenParameterSpec.Builder(KEY_ALIAS, purpose); in getKeyGenParameterSpecBuilder()349 return mKeyStore.getCertificateChain(KEY_ALIAS); in getCertificateChain()
39416 field public static final String EXTRA_KEY_ALIAS = "android.security.extra.KEY_ALIAS";