public class ContentInfoParser extends java.lang.Object
ContentInfo
object parser.
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private ASN1TaggedObjectParser |
content |
private ASN1ObjectIdentifier |
contentType |
Constructor and Description |
---|
ContentInfoParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
getContent(int tag) |
ASN1ObjectIdentifier |
getContentType() |
private ASN1ObjectIdentifier contentType
private ASN1TaggedObjectParser content
public ContentInfoParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOException
public ASN1ObjectIdentifier getContentType()
public ASN1Encodable getContent(int tag) throws java.io.IOException
java.io.IOException