From: Robert Varga Date: Thu, 28 Jul 2022 18:15:30 +0000 (+0200) Subject: Use strict String->byte[] conversion X-Git-Tag: v4.0.0~9 X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=commitdiff_plain;h=44926051c90f28ca6d6015ff57f5a4cbf9f716d4;hp=44926051c90f28ca6d6015ff57f5a4cbf9f716d4;p=netconf.git Use strict String->byte[] conversion Improve defensiveness around constant encoding: the strings are expected to be be ASCII-only, so enforce that by using a properly-configured coder. Change-Id: I991640d6ad6e4c928b64fdabcbe7f0b60418c7af Signed-off-by: Robert Varga ---