Diff<>(old, new, comparer, predicate, postProcessor) NewArray<>(size1, size2, size3, initialiser) RunMain(main, onUnhandledMain, onUnhandledThread) RunMain(main, onUnhandledMain, onUnhandledThread)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Static method: byte[] AesDecrypt(byte[], byte[])Declarationpublic static byte[] AesDecrypt(
byte[] cipher,
byte[] key
) Summary
Decrypts data encrypted with Ut.AesEncrypt(byte[], byte[]). Parametersbyte[] | cipher |
The output of Ut.AesEncrypt(byte[], byte[]). | byte[] | key |
The AES key used to encrypt the data. |
Returns
The decrypted data. |