public class ContentInfoParser
extends java.lang.Object
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
Modifier and Type | Field and Description |
---|---|
private ASN1TaggedObjectParser |
content |
private DERObjectIdentifier |
contentType |
Constructor and Description |
---|
ContentInfoParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
DEREncodable |
getContent(int tag) |
DERObjectIdentifier |
getContentType() |
private DERObjectIdentifier contentType
private ASN1TaggedObjectParser content
public ContentInfoParser(ASN1SequenceParser seq) throws java.io.IOException
java.io.IOException
public DERObjectIdentifier getContentType()
public DEREncodable getContent(int tag) throws java.io.IOException
java.io.IOException
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.