Interface ASN1TaggedObjectParser

    • Method Detail

      • getTagNo

        int getTagNo()
        Return the tag number associated with the underlying tagged object.
        Returns:
        the object's tag number.
      • getObjectParser

        ASN1Encodable getObjectParser​(int tag,
                                      boolean isExplicit)
                               throws java.io.IOException
        Return a parser for the actual object tagged.
        Parameters:
        tag - the primitive tag value for the object tagged originally.
        isExplicit - true if the tagging was done explicitly.
        Returns:
        a parser for the tagged object.
        Throws:
        java.io.IOException - if a parser cannot be constructed.