Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java479 DERSequence wrappedKeyDescription = new DERSequence(descriptionItems); in wrapKey() local
506 byte[] aad = wrappedKeyDescription.getEncoded(); in wrapKey()
523 items.add(wrappedKeyDescription); in wrapKey()