Home
last modified time | relevance | path

Searched refs:getPublicMasterKey (Results 1 – 5 of 5) sorted by relevance

/dports/www/owncloud/owncloud/apps/encryption/lib/Crypto/
H A DEncryption.php270 $publicKeys[$this->keyManager->getMasterKeyId()] = $this->keyManager->getPublicMasterKey();
398 $publicKeys[$this->keyManager->getMasterKeyId()] = $this->keyManager->getPublicMasterKey();
H A DEncryptAll.php140 …!empty($this->keyManager->getPublicShareKey()) && !empty($this->keyManager->getPublicMasterKey()));
/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/Crypto/
H A DEncryption.php272 $publicKeys[$this->keyManager->getMasterKeyId()] = $this->keyManager->getPublicMasterKey();
402 $publicKeys[$this->keyManager->getMasterKeyId()] = $this->keyManager->getPublicMasterKey();
/dports/www/owncloud/owncloud/apps/encryption/lib/
H A DKeyManager.php167 $masterKey = $this->getPublicMasterKey();
696 public function getPublicMasterKey() { function in OCA\\Encryption\\KeyManager
/dports/www/nextcloud/nextcloud/apps-pkg/encryption/lib/
H A DKeyManager.php201 $publicMasterKey = $this->getPublicMasterKey();
753 public function getPublicMasterKey() { function in OCA\\Encryption\\KeyManager