Skip to content

Instantly share code, notes, and snippets.

@meshileya
Created October 30, 2018 14:08
Show Gist options
  • Save meshileya/bf49b1fcb53920184efc62d7ee215dd2 to your computer and use it in GitHub Desktop.
Save meshileya/bf49b1fcb53920184efc62d7ee215dd2 to your computer and use it in GitHub Desktop.
private String convertByteArrayToString(byte[] convertedTemplate) {
return new String(Base64.getEncoder().encode(convertedTemplate));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment