Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java450 public void importWrappedKey(byte[] wrappedKey, String wrappingKeyAlias) throws Exception { in importWrappedKey() argument
458 Entry wrappedKeyEntry = new WrappedKeyEntry(wrappedKey, wrappingKeyAlias, in importWrappedKey()
463 public void importWrappedKey(byte[] wrappedKey) throws Exception { in importWrappedKey() argument
464 importWrappedKey(wrappedKey, WRAPPING_KEY_ALIAS); in importWrappedKey()