toHex method

String toHex()
override

Implementation

String toHex() {
  return BytesUtils.toHexString(compressed);
}