public class ContentInfoParser extends Object
ContentInfo
object parser.
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
Constructor and Description |
---|
ContentInfoParser(ASN1SequenceParser seq) |
Modifier and Type | Method and Description |
---|---|
ASN1Encodable |
getContent(int tag) |
ASN1ObjectIdentifier |
getContentType() |
public ContentInfoParser(ASN1SequenceParser seq) throws IOException
IOException
public ASN1ObjectIdentifier getContentType()
public ASN1Encodable getContent(int tag) throws IOException
IOException
Copyright © 2021 BouncyCastle.org. All rights reserved.