update phpdoc

This commit is contained in:
Florin Peter 2013-05-19 22:31:00 +02:00
parent 079f918d5c
commit 5d572c3449
2 changed files with 5 additions and 3 deletions

View File

@ -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
*/

View File

@ -97,8 +97,8 @@ class Session {
/**
* @brief Sets user private key to session
* @param string $privateKey
* @return bool
*
*/
public function setPrivateKey( $privateKey ) {