Return the base-64 representation of the public key
@override String toBase64() { return base64Encode(toRawBytes()); }