|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.asn1.cms.ContentInfoParser
public class ContentInfoParser
RFC 5652 ContentInfo object parser.
ContentInfo ::= SEQUENCE {
contentType ContentType,
content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
| Constructor Summary | |
|---|---|
ContentInfoParser(ASN1SequenceParser seq)
|
|
| Method Summary | |
|---|---|
ASN1Encodable |
getContent(int tag)
|
ASN1ObjectIdentifier |
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
java.io.IOException| Method Detail |
|---|
public ASN1ObjectIdentifier getContentType()
public ASN1Encodable getContent(int tag)
throws java.io.IOException
java.io.IOException
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||