Marino Faggiana 7 年之前
父节点
当前提交
c3211b806e
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      iOSClient/Security/NCEntoToEndInterface.swift

+ 5 - 0
iOSClient/Security/NCEntoToEndInterface.swift

@@ -475,6 +475,11 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
                 let tag = element.authenticationTag
                 let encrypted = element.encrypted
                 
+                let privateKey = CCUtility.getEndToEndPrivateKey(appDelegate.activeAccount)
+                
+                let x = NCEndToEndEncryption.sharedManager().decryptMetadata(encrypted, key: privateKey, iv: iv, tag: tag)
+                
+                
                 print(metadata)
 
             }