Home | History | Annotate | Download | only in cts

Lines Matching defs:aliases

729         Enumeration<String> aliases = ksTemp.aliases();
730 while (aliases.hasMoreElements()) {
731 String alias = aliases.nextElement();
750 Enumeration<String> aliases = keyStore.aliases();
751 while (aliases.hasMoreElements()) {
752 String alias = aliases.nextElement();
789 final Enumeration<String> aliases = mKeyStore.aliases();
795 while (aliases.hasMoreElements()) {
797 final String alias = aliases.nextElement();
822 mKeyStore.aliases();
2084 // Import key3 lots of times, under different aliases.
2134 // Clean up Keystore without using KeyStore.aliases() which can't handle this many
2181 // Import key3 lots of times, under different aliases.
2232 // Clean up Keystore without using KeyStore.aliases() which can't handle this many
2278 // Import key3 lots of times, under different aliases.
2322 // Clean up Keystore without using KeyStore.aliases() which can't handle this many
2366 // Import key3 lots of times, under different aliases.
2408 // Clean up Keystore without using KeyStore.aliases() which can't handle this many