Class PrintableString

    • Constructor Detail

      • PrintableString

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

        public PrintableString​(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