Home
last modified time | relevance | path

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

/cts/tests/tests/keystore/src/android/keystore/cts/
DImportWrappedKeyTest.java530 DEREncodableVector allPurposes = new DEREncodableVector(); in makeSymKeyAuthList() local
531 allPurposes.add(new DERInteger(KM_PURPOSE_ENCRYPT)); in makeSymKeyAuthList()
532 allPurposes.add(new DERInteger(KM_PURPOSE_DECRYPT)); in makeSymKeyAuthList()
533 DERSet purposeSet = new DERSet(allPurposes); in makeSymKeyAuthList()
579 DEREncodableVector allPurposes = new DEREncodableVector(); in makeRsaAuthList() local
580 allPurposes.add(new DERInteger(KM_PURPOSE_ENCRYPT)); in makeRsaAuthList()
581 allPurposes.add(new DERInteger(KM_PURPOSE_DECRYPT)); in makeRsaAuthList()
582 allPurposes.add(new DERInteger(KM_PURPOSE_SIGN)); in makeRsaAuthList()
583 allPurposes.add(new DERInteger(KM_PURPOSE_VERIFY)); in makeRsaAuthList()
584 DERSet purposeSet = new DERSet(allPurposes); in makeRsaAuthList()
[all …]