privateKeyHex method

String privateKeyHex()

Implementation

String privateKeyHex() {
  return BytesUtils.toHexString(privateKey);
}