org.bouncycastle.cms

Class CMSContentInfoParser

public class CMSContentInfoParser extends Object

Field Summary
protected ContentInfoParser_contentInfo
protected InputStream_data
Constructor Summary
protected CMSContentInfoParser(InputStream data)
Method Summary
voidclose()
Close the underlying data stream.

Field Detail

_contentInfo

protected ContentInfoParser _contentInfo

_data

protected InputStream _data

Constructor Detail

CMSContentInfoParser

protected CMSContentInfoParser(InputStream data)

Method Detail

close

public void close()
Close the underlying data stream.

Throws: IOException if the close fails.