org.bouncycastle.asn1.cms
public class ContentInfoParser extends Object
ContentInfo ::= SEQUENCE {
contentType ContentType,
content
[0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
| Constructor Summary | |
|---|---|
| ContentInfoParser(ASN1SequenceParser seq) | |
| Method Summary | |
|---|---|
| DEREncodable | getContent(int tag) |
| DERObjectIdentifier | getContentType() |