Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java468 int keyFormat, DERSequence authorizationList) throws Exception { in wrapKey() argument
469 return wrapKey(publicKey, keyMaterial, mask, keyFormat, authorizationList, true); in wrapKey()
473 int keyFormat, DERSequence authorizationList, boolean correctWrappingRequired) in wrapKey() argument
477 descriptionItems.add(new DERInteger(keyFormat)); in wrapKey()