Package org.bouncycastle.asn1.cms
Class ContentInfoParser
java.lang.Object
org.bouncycastle.asn1.cms.ContentInfoParser
RFC 5652
ContentInfo
object parser.
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionorg.bouncycastle.asn1.ASN1Encodable
getContent
(int tag) org.bouncycastle.asn1.ASN1ObjectIdentifier
-
Constructor Details
-
ContentInfoParser
- Throws:
IOException
-
-
Method Details
-
getContentType
public org.bouncycastle.asn1.ASN1ObjectIdentifier getContentType() -
getContent
- Throws:
IOException
-