|
terraria-cpp2il v1.4.4.9
Terraria mobile dump, with CallAnalysis (see source code). Dump with reconstucted method: https://infinitynichto.github.io/terraria-cpp2il-methodrecon
|
Inheritance diagram for System.Security.Cryptography.Aes:
Collaboration diagram for System.Security.Cryptography.Aes:Public Member Functions | |
| void | Dispose () |
| void | Clear () |
| bool | ValidKeySize (int bitLength) |
| virtual ICryptoTransform | CreateEncryptor () |
| ICryptoTransform | CreateEncryptor (byte[] rgbKey, byte[] rgbIV) |
| virtual ICryptoTransform | CreateDecryptor () |
| ICryptoTransform | CreateDecryptor (byte[] rgbKey, byte[] rgbIV) |
| void | GenerateKey () |
| void | GenerateIV () |
Static Public Member Functions | |
| static new Aes | Create () |
| static new Aes | Create (string algorithmName) |
Protected Member Functions | |
| Aes () | |
| virtual void | Dispose (bool disposing) |
Protected Attributes | |
| int | BlockSizeValue |
| int | FeedbackSizeValue |
| byte[] | IVValue |
| byte[] | KeyValue |
| KeySizes[] | LegalBlockSizesValue |
| KeySizes[] | LegalKeySizesValue |
| int | KeySizeValue |
| CipherMode | ModeValue |
| PaddingMode | PaddingValue |
Properties | |
| virtual int | BlockSize [get, set] |
| virtual int | FeedbackSize [get, set] |
| virtual byte[] | IV [get, set] |
| virtual byte[] | Key [get, set] |
| virtual KeySizes[] | LegalBlockSizes [get, set] |
| virtual KeySizes[] | LegalKeySizes [get, set] |
| virtual int | KeySize [get, set] |
| virtual CipherMode | Mode [get, set] |
| virtual PaddingMode | Padding [get, set] |
Static Private Member Functions | |
| static | Aes () |
Static Private Attributes | |
| static KeySizes[] | s_legalBlockSizes |
| static KeySizes[] | s_legalKeySizes |