|
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
|
Collaboration diagram for Mono.Security.X509.PKCS12.DeriveBytes:Public Types | |
| enum | Purpose { Key , IV , MAC } |
Public Member Functions | |
| DeriveBytes () | |
| byte[] | DeriveKey (int size) |
| byte[] | DeriveIV (int size) |
| byte[] | DeriveMAC (int size) |
Properties | |
| string | HashName [get, set] |
| int | IterationCount [get, set] |
| byte[] | Password [get, set] |
| byte[] | Salt [get, set] |
Private Member Functions | |
| void | Adjust (byte[] a, int aOff, byte[] b) |
| byte[] | Derive (byte[] diversifier, int n) |
Static Private Member Functions | |
| static | DeriveBytes () |
Private Attributes | |
| string | _hashName |
| int | _iterations |
| byte[] | _password |
| byte[] | _salt |
Static Private Attributes | |
| static byte[] | keyDiversifier |
| static byte[] | ivDiversifier |
| static byte[] | macDiversifier |