Class ASN1TaggedObject

    • Field Detail

      • bytes

        private byte[] bytes
      • explicit

        private boolean explicit
    • Constructor Detail

      • ASN1TaggedObject

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

        private ASN1TaggedObject​(ASN1Tag tag,
                                 byte[] bytes,
                                 ASN1Decoder decoder)
    • 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>