Class ContentInfoParser

java.lang.Object
org.bouncycastle.internal.asn1.cms.ContentInfoParser

public class ContentInfoParser extends Object
RFC 5652 ContentInfo object parser.
ContentInfo ::= SEQUENCE {
    contentType ContentType,
    content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }