summaryrefslogtreecommitdiffstats
path: root/lib/public
diff options
context:
space:
mode:
authorBjoern Schiessle <schiessle@owncloud.com>2015-03-20 16:24:44 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-07 13:30:27 +0200
commit506222567e71fc0d77fa77ee7805c93fa7655b6c (patch)
treeaa331e89c0afde54cdf95db19eabe7bf715d5ab4 /lib/public
parente2f714263f50a27ed0894710faead3e9f9d1d9d6 (diff)
downloadnextcloud-server-506222567e71fc0d77fa77ee7805c93fa7655b6c.tar.gz
nextcloud-server-506222567e71fc0d77fa77ee7805c93fa7655b6c.zip
add deleteKey methods to key storage
Diffstat (limited to 'lib/public')
-rw-r--r--lib/public/encryption/keys/istorage.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/public/encryption/keys/istorage.php b/lib/public/encryption/keys/istorage.php
index c4c970804e9..3a2562102ce 100644
--- a/lib/public/encryption/keys/istorage.php
+++ b/lib/public/encryption/keys/istorage.php
@@ -113,6 +113,7 @@ interface IStorage {
public function deleteAllFileKeys($path);
/**
+
* delete system-wide encryption keys not related to a specific user,
* e.g something like a key for public link shares
*