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 Object
-
-
Field Summary
Fields Modifier and Type Field Description protected org.bouncycastle.asn1.cms.ContentInfoParser
_contentInfo
protected InputStream
_data
-
Constructor Summary
Constructors Modifier Constructor Description protected
CMSContentInfoParser(InputStream data)
-
-
-
Field Detail
-
_contentInfo
protected org.bouncycastle.asn1.cms.ContentInfoParser _contentInfo
-
_data
protected InputStream _data
-
-
Constructor Detail
-
CMSContentInfoParser
protected CMSContentInfoParser(InputStream data) throws CMSException
- Throws:
CMSException
-
-
Method Detail
-
close
public void close() throws IOException
Close the underlying data stream.- Throws:
IOException
- if the close fails.
-
-