org.bouncycastle.asn1.cms

Class ContentInfoParser

public class ContentInfoParser extends Object

Produce an object suitable for an ASN1OutputStream.
 ContentInfo ::= SEQUENCE {
          contentType ContentType,
          content
          [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
 
Constructor Summary
ContentInfoParser(ASN1SequenceParser seq)
Method Summary
DEREncodablegetContent(int tag)
DERObjectIdentifiergetContentType()

Constructor Detail

ContentInfoParser

public ContentInfoParser(ASN1SequenceParser seq)

Method Detail

getContent

public DEREncodable getContent(int tag)

getContentType

public DERObjectIdentifier getContentType()