Home
last modified time | relevance | path

Searched refs:TEST_ALIAS_3 (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java79 private static final String TEST_ALIAS_3 = "test3"; field in AndroidKeyStoreTest
842 mKeyStore.containsAlias(TEST_ALIAS_3)); in testKeyStore_ContainsAliases_PrivateAndCA_Unencrypted_Success()
869 mKeyStore.setCertificateEntry(TEST_ALIAS_3, generateCertificate(FAKE_RSA_CA_1)); in testKeyStore_DeleteEntry_Unencrypted_Success()
871 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success()
875 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_DeleteEntry_Unencrypted_Success()
877 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_DeleteEntry_Unencrypted_Success()
1830 mKeyStore.setEntry(TEST_ALIAS_3, makeUserRsaKey1(), null); in testKeyStore_Size_Unencrypted_Success()
1833 assertAliases(new String[] { TEST_ALIAS_1, TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success()
1838 assertAliases(new String[] { TEST_ALIAS_2, TEST_ALIAS_3 }); in testKeyStore_Size_Unencrypted_Success()
1840 mKeyStore.deleteEntry(TEST_ALIAS_3); in testKeyStore_Size_Unencrypted_Success()
DKeyPairGeneratorTest.java86 private static final String TEST_ALIAS_3 = "test3"; field in KeyPairGeneratorTest
467 .setAlias(TEST_ALIAS_3) in testGenerate_EC_LegacySpec()
476 TEST_ALIAS_3, in testGenerate_EC_LegacySpec()
483 assertSelfSignedCertificateSignatureVerifies(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
484 assertKeyPairAndCertificateUsableForTLSPeerAuthentication(TEST_ALIAS_3); in testGenerate_EC_LegacySpec()
489 assertEquals(TEST_ALIAS_3, keyInfo.getKeystoreAlias()); in testGenerate_EC_LegacySpec()