terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
PrivateKey (byte[] data, string password) | |
Static Public Member Functions | |
static PrivateKey | CreateFromFile (string filename) |
static PrivateKey | CreateFromFile (string filename, string password) |
Properties | |
RSA | RSA [get] |
Private Member Functions | |
byte[] | DeriveKey (byte[] salt, string password) |
bool | Decode (byte[] pvk, string password) |
Private Attributes | |
bool | encrypted |
RSA | rsa |
bool | weak |
int | keyType |
Definition at line 7 of file PrivateKey.cs.