ericcornelissen / NervousFish

An app for your :iphone: to exchange public-keys in a secure manner.
GNU Lesser General Public License v3.0
2 stars 4 forks source link

Update Profile class to use KeyPair #89

Closed ericcornelissen closed 7 years ago

ericcornelissen commented 7 years ago

What

Updated the Profile class to use the KeyPair class instead of two IKeys (one for the public and one for the private key). Also improved the JavaDoc in both classes and updated related tests.

Why

Makes more sense since the class is available

How

n/a

Alternative implementation

The previous implementation was an alternative implementation, but as discussed this was not the best approach.

Notes

n/a