new LinkedHashSet<X509ByteExtensionWrapper>();
EntitlementBody eb = createEntitlementBodyContent(products, ent,
contentPrefix, promotedContent);
X509ByteExtensionWrapper bodyExtension =
new X509ByteExtensionWrapper(OIDUtil.REDHAT_OID + "." +
OIDUtil.TOPLEVEL_NAMESPACES.get(OIDUtil.ENTITLEMENT_DATA_KEY),
false, retreiveContentValue(eb));
toReturn.add(bodyExtension);
return toReturn;