HomeSort by relevance Sort by last modified time
    Searched defs:importKatKeyPairs (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/keystore/src/android/keystore/cts/
ECDSASignatureTest.java 34 for (ImportedKey key : importKatKeyPairs("NONEwithECDSA")) {
75 for (ImportedKey key : importKatKeyPairs("NONEwithECDSA")) {
113 private Collection<ImportedKey> importKatKeyPairs(String signatureAlgorithm)
117 return importKatKeyPairs(getContext(), params);
120 static Collection<ImportedKey> importKatKeyPairs(
RSASignatureTest.java 59 for (ImportedKey keyPair : importKatKeyPairs("NONEwithRSA")) {
150 private Collection<ImportedKey> importKatKeyPairs(String signatureAlgorithm)
154 return importKatKeyPairs(getContext(), params);
157 static Collection<ImportedKey> importKatKeyPairs(

Completed in 676 milliseconds