Class CMSDigestedData

java.lang.Object
org.bouncycastle.cms.CMSDigestedData
All Implemented Interfaces:
Encodable

public class CMSDigestedData extends Object implements Encodable
containing class for an CMS Digested Data object
     CMSDigestedData cd = new CMSDigestedData(inputStream);


     process(cd.getContent());