Key name is stored in two places
Both KeyInformation
and Key
objects store the current key name. And since the name field for Key
objects is no longer static and can change it would be best to eliminate the data duplication.
Both KeyInformation
and Key
objects store the current key name. And since the name field for Key
objects is no longer static and can change it would be best to eliminate the data duplication.