Class ASN1ObjectParser


  • public class ASN1ObjectParser
    extends java.lang.Object
    • Field Detail

      • _baseTag

        private int _baseTag
      • _tagNumber

        private int _tagNumber
    • Constructor Detail

      • ASN1ObjectParser

        protected ASN1ObjectParser​(int baseTag,
                                   int tagNumber,
                                   java.io.InputStream contentStream)
    • Method Detail

      • getTagNumber

        int getTagNumber()
        Return the tag number for this object.
        Returns:
        the tag number.
      • getBaseTag

        int getBaseTag()
      • readObject

        DEREncodable readObject()
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • readVector

        ASN1EncodableVector readVector()
                                throws java.lang.IllegalStateException
        Throws:
        java.lang.IllegalStateException