|
Bouncy Castle Cryptography Library 1.37 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.asn1.cms.ContentInfoParser
Produce an object suitable for an ASN1OutputStream.
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
Constructor Summary | |
ContentInfoParser(ASN1SequenceParser seq)
|
Method Summary | |
DEREncodable |
getContent(int tag)
|
DERObjectIdentifier |
getContentType()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ContentInfoParser(ASN1SequenceParser seq) throws java.io.IOException
Method Detail |
public DERObjectIdentifier getContentType()
public DEREncodable getContent(int tag) throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography Library 1.37 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |