gpgme/lang/js/src
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
..
Connection.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
Errors.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
gpgmejs.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
Helpers.js js: disallow bulk set data on key from outside 2018-08-17 14:40:27 +02:00
index.js js: make init export immutable 2018-08-01 12:51:12 +02:00
Key.js js: disallow bulk set data on key from outside 2018-08-17 14:40:27 +02:00
Keyring.js js: disallow bulk set data on key from outside 2018-08-17 14:40:27 +02:00
Makefile.am Prepare build system for gpgme-js and dist it 2018-06-19 16:40:40 +02:00
Message.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00
permittedOperations.js js: typo in comment 2018-07-18 13:43:47 +02:00
Signature.js js: Making objects inmutable 2018-07-30 12:31:27 +02:00