org.bouncycastle.asn1.cms
public class ContentInfo extends ASN1Encodable implements CMSObjectIdentifiers
Constructor Summary | |
---|---|
ContentInfo(ASN1Sequence seq) | |
ContentInfo(DERObjectIdentifier contentType, DEREncodable content) |
Method Summary | |
---|---|
DEREncodable | getContent() |
DERObjectIdentifier | getContentType() |
static ContentInfo | getInstance(Object obj) |
DERObject | toASN1Object()
Produce an object suitable for an ASN1OutputStream.
|
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }