Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DAndroidKeyStoreTest.java777 private PrivateKeyEntry makeUserRsaKey1() throws Exception { in makeUserRsaKey1() method in AndroidKeyStoreTest
811 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_Aliases_Unencrypted_Success()
833 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_ContainsAliases_PrivateAndCA_Unencrypted_Success()
863 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_DeleteEntry_Unencrypted_Success()
897 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_DeleteEntry_NonExistent_Unencrypted_Success()
944 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCertificateAlias_PrivateKeyEntry_Unencrypted_Success()
963 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCertificateAlias_CAEntry_WithPrivateKeyUsingCA_Unencrypted_Success()
998 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCertificateChain_SingleLength_Unencrypted_Success()
1028 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetCreationDate_PrivateKeyEntry_Unencrypted_Success()
1061 mKeyStore.setEntry(TEST_ALIAS_1, makeUserRsaKey1(), null); in testKeyStore_GetEntry_NullParams_Unencrypted_Success()
[all …]