Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java148 importWrappedKey(wrapKey( in testKeyStore_ImportWrappedKey_AES()
204 importWrappedKey(wrapKey( in testKeyStore_ImportIncorrectWrappedKey()
232 importWrappedKey(fakeWrappedKey, WRAPPING_KEY_ALIAS + "_Missing"); in testKeyStore_ImportWrappedKeyWrappingKeyMissing()
272 importWrappedKey(wrapKey( in testKeyStore_ImportWrappedKey_3DES()
339 importWrappedKey(wrapKey( in testKeyStore_ImportWrappedKey_RSA()
418 importWrappedKey(wrapKey( in testKeyStore_ImportWrappedKey_EC()
450 public void importWrappedKey(byte[] wrappedKey, String wrappingKeyAlias) throws Exception { in importWrappedKey() method in ImportWrappedKeyTest
463 public void importWrappedKey(byte[] wrappedKey) throws Exception { in importWrappedKey() method in ImportWrappedKeyTest
464 importWrappedKey(wrappedKey, WRAPPING_KEY_ALIAS); in importWrappedKey()