seedHex method

String seedHex()

Convert the seed bytes of the private key to a hexadecimal string.

Implementation

String seedHex() {
  return BytesUtils.toHexString(seedBytes());
}