Interface ASN1TaggedObjectParser

    • Method Detail

      • getTagClass

        int getTagClass()
        Return the tag class associated with this object.
        Returns:
        the tag class.
      • getTagNo

        int getTagNo()
        Return the tag number associated with this object.
        Returns:
        the tag number.
      • hasContextTag

        boolean hasContextTag()
      • hasContextTag

        boolean hasContextTag​(int tagNo)
      • hasTag

        boolean hasTag​(int tagClass,
                       int tagNo)
      • hasTagClass

        boolean hasTagClass​(int tagClass)
      • parseBaseUniversal

        ASN1Encodable parseBaseUniversal​(boolean declaredExplicit,
                                         int baseTagNo)
                                  throws java.io.IOException
        Throws:
        java.io.IOException
      • parseExplicitBaseTagged

        ASN1TaggedObjectParser parseExplicitBaseTagged()
                                                throws java.io.IOException
        Throws:
        java.io.IOException
      • parseImplicitBaseTagged

        ASN1TaggedObjectParser parseImplicitBaseTagged​(int baseTagClass,
                                                       int baseTagNo)
                                                throws java.io.IOException
        Throws:
        java.io.IOException