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 | |
virtual byte[] | Sign (AsymmetricAlgorithm aa) |
virtual byte[] | Sign (RSA key) |
virtual byte[] | Sign (DSA key) |
Protected Member Functions | |
X509Builder () | |
ASN1 | ToBeSigned (string hashName) |
string | GetOid (string hashName) |
Properties | |
string | Hash [get, set] |
Private Member Functions | |
byte[] | Build (ASN1 tbs, string hashoid, byte[] signature) |
Private Attributes | |
string | hashName |
Static Private Attributes | |
const string | defaultHash = "SHA1" |
Definition at line 10 of file X509Builder.cs.