encodeHex method

String encodeHex()

Implementation

String encodeHex() {
  return BytesUtils.toHexString(encode());
}