Removing encryption key after application uninstallation. 09/45109/3 accepted/tizen/mobile/20150811.014001 accepted/tizen/tv/20150811.014009 accepted/tizen/wearable/20150811.014019 submit/tizen/20150810.135518
authorPawel Sikorski <p.sikorski@samsung.com>
Fri, 31 Jul 2015 10:17:05 +0000 (12:17 +0200)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 10 Aug 2015 10:38:54 +0000 (12:38 +0200)
commitc80af018e4aa5fcc910190448b00740fa9c9a62e
tree4bb0ea0fd4c3f9ddf82227bc50ca1cb97943ff30
parente3cffbcdfe8c8ca449a91d73a765be234d7266ef
Removing encryption key after application uninstallation.

During deinstallation, wae_remove_app_dek function is called
to remove encryption key from WAE module.
Note: there is no information, if given application is encrypted or
not. So the function is always called. If, WAE_ERROR_NO_KEY error is
returned, it can be assumed, that given application was not encrypted.

Change-Id: I9b7f54bde88ad012249f77784c46aa80c1097ff3
src/wgt/CMakeLists.txt
src/wgt/step/step_remove_encryption_data.cc [new file with mode: 0644]
src/wgt/step/step_remove_encryption_data.h [new file with mode: 0644]
src/wgt/wgt_backend.cc