Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java476 DEREncodableVector descriptionItems = new DEREncodableVector(); in wrapKey() local
477 descriptionItems.add(new DERInteger(keyFormat)); in wrapKey()
478 descriptionItems.add(authorizationList); in wrapKey()
479 DERSequence wrappedKeyDescription = new DERSequence(descriptionItems); in wrapKey()