Details
-
Bug
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
String secretValueStr = new String (secretValue);
should be
String secretValueStr = new String(secretValue, StandardCharsets.UTF_8);