toHex method

String toHex()

Convert the keypair bytes to a hexadecimal string.

Implementation

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