src.encrypt
- immutable(ubyte)[]
encrypt
(ArkImg img, in ubyte[] srcFileData, string srcFileName, string srcMimeType, SysTime modified = SysTime.init, string comment = null, JSONValue exData = JSONValue.init, in ubyte[] prvKey = null);
voidencrypt
(string arkimgFile, string srcFilePath, string dstFileName, SysTime modified = SysTime.init, string comment = null, JSONValue exData = JSONValue.init, in ubyte[] key, in ubyte[] iv = null, in ubyte[] prvKey = null, bool force = false);