Searched refs:allPurposes (Results 1 – 1 of 1) sorted by relevance
530 DEREncodableVector allPurposes = new DEREncodableVector(); in makeSymKeyAuthList() local531 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() local580 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 …]