Class ContentInfoParser
-
- All Implemented Interfaces:
public class ContentInfoParser
RFC 5652ContentInfo object parser.
ContentInfo ::= SEQUENCE { contentType ContentType, content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
-
-
Field Summary
Fields Modifier and Type Field Description public ASN1ObjectIdentifier
contentType
-
Constructor Summary
Constructors Constructor Description ContentInfoParser(ASN1SequenceParser seq)
-
Method Summary
Modifier and Type Method Description ASN1ObjectIdentifier
getContentType()
ASN1Encodable
getContent(int tag)
-
-
Constructor Detail
-
ContentInfoParser
ContentInfoParser(ASN1SequenceParser seq)
-
-
Method Detail
-
getContentType
ASN1ObjectIdentifier getContentType()
-
getContent
ASN1Encodable getContent(int tag)
-
-
-
-