]> source.dussan.org Git - nextcloud-server.git/commitdiff
update phpdoc
authorFlorin Peter <github@florin-peter.de>
Sun, 19 May 2013 20:31:00 +0000 (22:31 +0200)
committerFlorin Peter <github@florin-peter.de>
Sun, 19 May 2013 20:31:00 +0000 (22:31 +0200)
apps/files_encryption/lib/keymanager.php
apps/files_encryption/lib/session.php

index 74462a0d1ed479279126bf657b4ef7ab129740ea..b422ff099b1455941854fb91fc3bba50d9d8981b 100755 (executable)
@@ -28,10 +28,12 @@ namespace OCA\Encryption;
  * @note Where a method requires a view object, it's root must be '/'
  */
 class Keymanager {
-               
+
        /**
         * @brief retrieve the ENCRYPTED private key from a user
-        * 
+        *
+        * @param \OC_FilesystemView $view
+        * @param string $user
         * @return string private key or false (hopefully)
         * @note the key returned by this method must be decrypted before use
         */
index f02315f95dfa2115765298c0c09274b9002aa535..8d604dc721ec8ecfe2947d73f1eae790d4ba104b 100644 (file)
@@ -97,8 +97,8 @@ class Session {
 
        /**
         * @brief Sets user private key to session
+        * @param string $privateKey
         * @return bool
-        *
         */
        public function setPrivateKey( $privateKey ) {