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