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

Refractor serialization key to key class #67

Closed jverbraeken closed 7 years ago

jverbraeken commented 7 years ago

User story

As a developer I want to have the logic for serializing a key in the Key class itself so that it's less coupled to the Database class.

What

This issue demands to have the logic for serializing a key in the Key class itself

Why

This issue is needed for the project because we want to reduce the coupling of the Key to the Database class

How

This feature can be added by moving the relevant code from the Database class to the Key class

Definition of done

This task can be considered done when

Notes