Class ContentInfoParser


  • public class ContentInfoParser
    extends java.lang.Object
    RFC 5652 ContentInfo object parser.
     ContentInfo ::= SEQUENCE {
         contentType ContentType,
         content [0] EXPLICIT ANY DEFINED BY contentType OPTIONAL }
     
    • Constructor Detail

      • ContentInfoParser

        public ContentInfoParser​(ASN1SequenceParser seq)
                          throws java.io.IOException
        Throws:
        java.io.IOException
    • Method Detail

      • getContent

        public ASN1Encodable getContent​(int tag)
                                 throws java.io.IOException
        Throws:
        java.io.IOException