mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-07-04 18:56:18 +00:00
9 lines
136 B
Vala
9 lines
136 B
Vala
|
namespace Seafile {
|
||
|
|
||
|
public class CryptKey : Object {
|
||
|
public string key { set; get; }
|
||
|
public string iv { set; get; }
|
||
|
}
|
||
|
|
||
|
}
|