Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java541 DEREncodableVector allBlockModes = new DEREncodableVector(); in makeSymKeyAuthList() local
542 allBlockModes.add(new DERInteger(KM_MODE_ECB)); in makeSymKeyAuthList()
543 allBlockModes.add(new DERInteger(KM_MODE_CBC)); in makeSymKeyAuthList()
544 DERSet blockModeSet = new DERSet(allBlockModes); in makeSymKeyAuthList()