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
Loading...
Searching...
No Matches
Mono.Security.Authenticode.PrivateKey Class Reference
+ Collaboration diagram for Mono.Security.Authenticode.PrivateKey:

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, set]
 

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
 

Detailed Description

Definition at line 14 of file PrivateKey.cs.


The documentation for this class was generated from the following file: