Key manager should listen for TransportRemovedEvent and erase keys.

This commit is contained in:
akwizgran
2013-02-18 15:55:41 +00:00
parent d1fedaed57
commit b8cf58c426
3 changed files with 29 additions and 0 deletions

View File

@@ -23,5 +23,7 @@ public interface ConnectionRecogniser {
void removeSecrets(ContactId c);
void removeSecrets(TransportId t);
void removeSecrets();
}