toString method

  1. @override
String toString()
override

Override of the toString method to return the hexadecimal representation of the public key

Implementation

@override
String toString() {
  return toHex();
}