public class

ContentInfoParser

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.cms.ContentInfoParser

Class Overview

Produce an object suitable for an ASN1OutputStream.

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

Summary

Public Constructors
ContentInfoParser(ASN1SequenceParser seq)
Public Methods
DEREncodable getContent(int tag)
ASN1ObjectIdentifier getContentType()
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ContentInfoParser (ASN1SequenceParser seq)

Throws
IOException

Public Methods

public DEREncodable getContent (int tag)

Throws
IOException

public ASN1ObjectIdentifier getContentType ()