Class UTF8String

    • Constructor Detail

      • UTF8String

        public UTF8String​(java.lang.String str)
        Create PrintableString object
        Parameters:
        value - the value part of the TLV object
      • UTF8String

        public UTF8String​(TLV tlv)
                   throws TLVEncodingException
        Copy constructor to convert PrimitiveTLV to typed object Make sure, that the parent is updated with the new reference
        Parameters:
        tlv - the PrimitiveTLV object
        Throws:
        TLVEncodingException