249250251252253254255256257258259
signed = baseSignedTable; } if (isCounterSignature) { Hashtable ats = signed.toHashtable(); ats.remove(CMSAttributes.contentType); signed = new AttributeTable(ats); }