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