provide a keychange operation to rebase an identity on a new keypair

This commit is contained in:
zotlabs
2017-07-24 20:23:00 -07:00
parent 5ed4ed2246
commit 6a7fa6bf54
7 changed files with 405 additions and 2 deletions

View File

@@ -12,6 +12,8 @@ interface IHandler {
function Request($data);
function Rekey($sender,$data);
function AuthCheck($data,$encrypted);
function Purge($sender,$recipients);