EncryptionWrapper¶
-
class
OC\Encryption\
EncryptionWrapper
¶ - Class EncryptionWrapperapplies the encryption storage wrapper
Source: lib/private/Encryption/EncryptionWrapper.php#43
Properties¶
Methods¶
-
public
OC\Encryption\EncryptionWrapper::
__construct
($arrayCache, $manager, $logger)¶ - EncryptionWrapper constructor.
Source: Parameters: - $arrayCache (
OC\Memcache\ArrayCache
) - $manager (
OC\Encryption\Manager
) - $logger (
OCP\ILogger
)
- $arrayCache (
-
public
OC\Encryption\EncryptionWrapper::
wrapStorage
($mountPoint, $storage, $mount)¶ - Wraps the given storage when it is not a shared storage
Source: Parameters: - $mountPoint (string)
- $storage (
OCP\Files\Storage
) - $mount (
OCP\Files\Mount\IMountPoint
)
Returns: