Class CMSContentInfoParser

java.lang.Object
org.bouncycastle.cms.CMSContentInfoParser
Direct Known Subclasses:
CMSAuthenticatedDataParser, CMSAuthEnvelopedDataParser, CMSCompressedDataParser, CMSEnvelopedDataParser, CMSSignedDataParser, CMSTimeStampedDataParser

public class CMSContentInfoParser extends Object
  • Field Details

    • _contentInfo

      protected org.bouncycastle.asn1.cms.ContentInfoParser _contentInfo
    • _data

      protected InputStream _data
  • Constructor Details

  • Method Details

    • close

      public void close() throws IOException
      Close the underlying data stream.
      Throws:
      IOException - if the close fails.