Maximilian Krambach 754e799d35 js: disallow bulk set data on key from outside
--

* src/Key.js Key class is not exported anymore, as it should not be
  used directly anywhere. setKeyData is no more a method of the Key,
  (optional) data are now validated and set on Key creation and on
  updates, both from within this module, thus no longer exposing
  setKeyData to the outside.
* createKey now gained an optional parameter which allows to set Key
  data at this point.
2018-08-17 14:40:27 +02:00
..
2018-07-30 12:31:27 +02:00
2018-07-30 12:31:27 +02:00
2018-07-30 12:31:27 +02:00
2018-08-01 12:51:12 +02:00
2018-07-30 12:31:27 +02:00
2018-07-18 13:43:47 +02:00
2018-07-30 12:31:27 +02:00