Marino Faggiana 7 年之前
父節點
當前提交
a945c0db1f
共有 1 個文件被更改,包括 10 次插入3 次删除
  1. 10 3
      iOSClient/Security/NCEntoToEndInterface.swift

+ 10 - 3
iOSClient/Security/NCEntoToEndInterface.swift

@@ -31,13 +31,20 @@ class NCEntoToEndInterface : NSObject, OCNetworkingDelegate  {
         
         struct Element: Codable {
             
-            let key:String
+            let initializationVector: String
+            let authenticationTag: String
+            let metadataKey: Int
             
+            struct encrypted: Codable {
+                
+                let key: String
+                let filename: String
+                let mimetype: String
+                let version: Int
+            }
         }
     }
 
-    
-    
     let appDelegate = UIApplication.shared.delegate as! AppDelegate
     
     override init() {