Bouncy Castle Cryptography 1.30

org.bouncycastle.cms
Class CMSContentInfoParser

java.lang.Object
  |
  +--org.bouncycastle.cms.CMSContentInfoParser
Direct Known Subclasses:
CMSCompressedDataParser, CMSEnvelopedDataParser, CMSSignedDataParser

public class CMSContentInfoParser
extends java.lang.Object


Field Summary
protected  org.bouncycastle.sasn1.cms.ContentInfoParser _contentInfo
           
 
Constructor Summary
protected CMSContentInfoParser(org.bouncycastle.sasn1.cms.ContentInfoParser contentInfo)
           
 
Method Summary
protected static org.bouncycastle.sasn1.cms.ContentInfoParser readContentInfo(java.io.InputStream data)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_contentInfo

protected org.bouncycastle.sasn1.cms.ContentInfoParser _contentInfo
Constructor Detail

CMSContentInfoParser

protected CMSContentInfoParser(org.bouncycastle.sasn1.cms.ContentInfoParser contentInfo)
Method Detail

readContentInfo

protected static org.bouncycastle.sasn1.cms.ContentInfoParser readContentInfo(java.io.InputStream data)
                                                                       throws CMSException

Bouncy Castle Cryptography 1.30