org.bouncycastle.sasn1.cms
public class ContentInfoParser extends Object
Deprecated: use corresponding class in org.bouncycastle.asn1.cms
Produce an object suitable for an ASN1OutputStream.
ContentInfo ::= SEQUENCE {
contentType ContentType,
content
[0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
| Constructor Summary | |
|---|---|
| ContentInfoParser(Asn1Sequence seq) | |
| Method Summary | |
|---|---|
| Asn1Object | getContent(int tag) |
| Asn1ObjectIdentifier | getContentType() |