зеркало из https://github.com/nextcloud/desktop.git
Remove unused method
Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
This commit is contained in:
Родитель
4168c0d082
Коммит
d20fc1a6ce
|
@ -979,16 +979,6 @@ void ClientSideEncryption::slotRequestMnemonic()
|
|||
emit showMnemonic(_mnemonic);
|
||||
}
|
||||
|
||||
bool ClientSideEncryption::hasPrivateKey() const
|
||||
{
|
||||
return !_privateKey.isNull();
|
||||
}
|
||||
|
||||
bool ClientSideEncryption::hasPublicKey() const
|
||||
{
|
||||
return !_publicKey.isNull();
|
||||
}
|
||||
|
||||
void ClientSideEncryption::generateKeyPair(const AccountPtr &account)
|
||||
{
|
||||
// AES/GCM/NoPadding,
|
||||
|
|
|
@ -74,8 +74,6 @@ public:
|
|||
void initialize(const AccountPtr &account);
|
||||
|
||||
private:
|
||||
bool hasPrivateKey() const;
|
||||
bool hasPublicKey() const;
|
||||
void generateKeyPair(const AccountPtr &account);
|
||||
void generateCSR(const AccountPtr &account, EVP_PKEY *keyPair);
|
||||
void encryptPrivateKey(const AccountPtr &account);
|
||||
|
|
Загрузка…
Ссылка в новой задаче