Class ASN1String<T>

    • Field Detail

      • valueBytes

        protected byte[] valueBytes
    • Constructor Detail

      • ASN1String

        public ASN1String​(ASN1Tag<?> tag,
                          byte[] bytes)
    • Method Detail

      • iterator

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

        public byte[] getValueBytes()
      • length

        public abstract int length()