Searched refs:descriptionItems (Results 1 – 1 of 1) sorted by relevance
476 DEREncodableVector descriptionItems = new DEREncodableVector(); in wrapKey() local477 descriptionItems.add(new DERInteger(keyFormat)); in wrapKey()478 descriptionItems.add(authorizationList); in wrapKey()479 DERSequence wrappedKeyDescription = new DERSequence(descriptionItems); in wrapKey()