Skip to content

Public client

Tim edited this page Feb 24, 2023 · 1 revision

The public client class is being used to store information, which is publicly available for everyone, over users. It contains information about the username and the public key part an RSA key. It is currently used for storing data in the database or transferring information to the client and storing it there.

In the future this class will be extended by a version number that will be used later by clients when they request information about users from server.

Clone this wiki locally