Class ASN1TaggedObject

    • Constructor Detail

      • ASN1TaggedObject

        public ASN1TaggedObject​(ASN1Tag tag,
                                ASN1Object object,
                                boolean explicit)
    • Method Detail

      • isExplicit

        public boolean isExplicit()
      • getTagNo

        public int getTagNo()
        Returns the identifying tag number of this ASN.1 Tagged Object.
        Returns:
        the tag number.
      • iterator

        public java.util.Iterator<ASN1Object> iterator()
        Specified by:
        iterator in interface java.lang.Iterable<ASN1Object>