org.bouncycastle.cms

Class CMSContentInfoParser

Known Direct Subclasses:
CMSCompressedDataParser, CMSEnvelopedDataParser, CMSSignedDataParser

public class CMSContentInfoParser
extends java.lang.Object

Field Summary

protected ContentInfoParser
_contentInfo
protected InputStream
_data

Constructor Summary

CMSContentInfoParser(InputStream data)

Method Summary

void
close()
Close the underlying data stream.

Field Details

_contentInfo

protected ContentInfoParser _contentInfo

_data

protected InputStream _data

Constructor Details

CMSContentInfoParser

protected CMSContentInfoParser(InputStream data)
            throws CMSException

Method Details

close

public void close()
            throws IOException
Close the underlying data stream.