public class

CMSContentInfoParser

extends Object
java.lang.Object
   ↳ org.bouncycastle.cms.CMSContentInfoParser
Known Direct Subclasses
Known Indirect Subclasses

Summary

Fields
protected ContentInfoParser _contentInfo
protected InputStream _data
Protected Constructors
CMSContentInfoParser(InputStream data)
Public Methods
void close()
Close the underlying data stream.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ContentInfoParser _contentInfo

protected InputStream _data

Protected Constructors

protected CMSContentInfoParser (InputStream data)

Throws
CMSException

Public Methods

public void close ()

Close the underlying data stream.

Throws
IOException if the close fails.