Package org.bouncycastle.cms
Class CMSContentInfoParser
- java.lang.Object
 - 
- org.bouncycastle.cms.CMSContentInfoParser
 
 
- 
- Direct Known Subclasses:
 CMSAuthenticatedDataParser,CMSCompressedDataParser,CMSEnvelopedDataParser,CMSSignedDataParser,CMSTimeStampedDataParser
public class CMSContentInfoParser extends java.lang.Object 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected org.bouncycastle.asn1.cms.ContentInfoParser_contentInfoprotected java.io.InputStream_data 
- 
Constructor Summary
Constructors Modifier Constructor Description protectedCMSContentInfoParser(java.io.InputStream data) 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()Close the underlying data stream. 
 - 
 
- 
- 
Constructor Detail
- 
CMSContentInfoParser
protected CMSContentInfoParser(java.io.InputStream data) throws CMSException- Throws:
 CMSException
 
 - 
 
 -