org.bouncycastle.sasn1.cms
Class ContentInfoParser
java.lang.Object
org.bouncycastle.sasn1.cms.ContentInfoParser
Deprecated. use corresponding class in org.bouncycastle.asn1.cms
public class ContentInfoParser
- extends java.lang.Object
Produce an object suitable for an ASN1OutputStream.
ContentInfo ::= SEQUENCE {
contentType ContentType,
content
[0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ContentInfoParser
public ContentInfoParser(Asn1Sequence seq)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException
getContentType
public Asn1ObjectIdentifier getContentType()
- Deprecated.
getContent
public Asn1Object getContent(int tag)
throws java.io.IOException
- Deprecated.
- Throws:
java.io.IOException