org.bouncycastle.asn1.cms
Class ContentInfoParser

java.lang.Object
  extended by org.bouncycastle.asn1.cms.ContentInfoParser

public class ContentInfoParser
extends java.lang.Object

Produce an object suitable for an ASN1OutputStream.

 ContentInfo ::= SEQUENCE {
          contentType ContentType,
          content
          [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
 


Field Summary
private  ASN1TaggedObjectParser content
           
private  DERObjectIdentifier contentType
           
 
Constructor Summary
ContentInfoParser(ASN1SequenceParser seq)
           
 
Method Summary
 DEREncodable getContent(int tag)
           
 DERObjectIdentifier getContentType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

contentType

private DERObjectIdentifier contentType

content

private ASN1TaggedObjectParser content
Constructor Detail

ContentInfoParser

public ContentInfoParser(ASN1SequenceParser seq)
                  throws java.io.IOException
Throws:
java.io.IOException
Method Detail

getContentType

public DERObjectIdentifier getContentType()

getContent

public DEREncodable getContent(int tag)
                        throws java.io.IOException
Throws:
java.io.IOException