Searched refs:makeUserRsaKey1 (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | AndroidKeyStoreTest.java | 778 private PrivateKeyEntry makeUserRsaKey1() throws Exception { in makeUserRsaKey1() method in AndroidKeyStoreTest 812 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_Aliases_Unencrypted_Success() 834 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_ContainsAliases_PrivateAndCA_Unencrypted_Success() 864 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_DeleteEntry_Unencrypted_Success() 898 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_DeleteEntry_NonExistent_Unencrypted_Success() 945 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCertificateAlias_PrivateKeyEntry_Unencrypted_Success() 964 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCertificateAlias_CAEntry_WithPrivateKeyUsingCA_Unencrypted_Success() 999 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCertificateChain_SingleLength_Unencrypted_Success() 1029 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success() 1062 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetEntry_NullParams_Unencrypted_Success() [all …]
|