parseSha512 method

String parseSha512()

Implementation

String parseSha512() {
  return sha512.convert(utf8.encode(this)).toString();
}