publicKeyHex method

String publicKeyHex()

Implementation

String publicKeyHex() {
  return BytesUtils.toHexString(publicKey);
}