Searched refs:WRAPPING_KEY_ALIAS (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/keystore/src/android/keystore/cts/ |
D | ImportWrappedKeyTest.java | 109 private static final String WRAPPING_KEY_ALIAS = "my_favorite_wrapping_key"; field in ImportWrappedKeyTest 149 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_AES() 205 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportIncorrectWrappedKey() 232 importWrappedKey(fakeWrappedKey, WRAPPING_KEY_ALIAS + "_Missing"); in testKeyStore_ImportWrappedKeyWrappingKeyMissing() 273 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_3DES() 340 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_RSA() 419 genKeyPair(WRAPPING_KEY_ALIAS, isStrongBox).getPublic(), in testKeyStore_ImportWrappedKey_EC() 464 importWrappedKey(wrappedKey, WRAPPING_KEY_ALIAS); in importWrappedKey()
|