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