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
|
Public Member Functions | |
EncryptedPrivateKeyInfo () | |
EncryptedPrivateKeyInfo (byte[] data) | |
byte[] | GetBytes () |
Properties | |
string | Algorithm [get, set] |
byte[] | EncryptedData [get, set] |
byte[] | Salt [get, set] |
int | IterationCount [get, set] |
Private Member Functions | |
void | Decode (byte[] data) |
Private Attributes | |
string | _algorithm |
byte[] | _salt |
int | _iterations |
byte[] | _data |