Class ASN1String<T>

    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected byte[] valueBytes  
      • Fields inherited from class com.hierynomus.asn1.types.ASN1Object

        tag
    • Constructor Summary

      Constructors 
      Constructor Description
      ASN1String​(ASN1Tag<?> tag, byte[] bytes)  
    • Method Summary

      Modifier and Type Method Description
      byte[] getValueBytes()  
      java.util.Iterator<ASN1Object> iterator()  
      abstract int length()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
      • Methods inherited from interface java.lang.Iterable

        forEach, spliterator
    • 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()