コード例 #1
0
ファイル: DocumentService.php プロジェクト: trivago-tgoik/kis
 protected function getEncryptionKey(Share $share, $passPhrase)
 {
     return KeyGen::decrypt($share->getEncryptedKey(), $share->getUser()->getPrivateKey(), $passPhrase);
 }