String decrypt()

in dbeam-core/src/main/java/com/spotify/dbeam/options/KmsDecrypter.java [117:119]


  String decrypt(final String base64Ciphertext) throws IOException {
    return StandardCharsets.UTF_8.decode(decryptBinary(base64Ciphertext)).toString();
  }