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
|
Static Public Member Functions | |
static RSA | FromCapiPrivateKeyBlob (byte[] blob) |
static RSA | FromCapiPrivateKeyBlob (byte[] blob, int offset) |
static string | ToHex (byte[] input) |
static byte[] | FromHex (string hex) |
static global::System.Security.Cryptography.RSA | FromCapiPrivateKeyBlob (byte[] blob, int offset) |
static global::System.Security.Cryptography.DSA | FromCapiPrivateKeyBlobDSA (byte[] blob, int offset) |
static byte[] | ToCapiPrivateKeyBlob (global::System.Security.Cryptography.RSA rsa) |
static byte[] | ToCapiPrivateKeyBlob (global::System.Security.Cryptography.DSA dsa) |
static global::System.Security.Cryptography.RSA | FromCapiPublicKeyBlob (byte[] blob, int offset) |
static global::System.Security.Cryptography.DSA | FromCapiPublicKeyBlobDSA (byte[] blob, int offset) |
static byte[] | ToCapiPublicKeyBlob (global::System.Security.Cryptography.RSA rsa) |
static byte[] | ToCapiPublicKeyBlob (global::System.Security.Cryptography.DSA dsa) |
static global::System.Security.Cryptography.RSA | FromCapiKeyBlob (byte[] blob) |
static global::System.Security.Cryptography.RSA | FromCapiKeyBlob (byte[] blob, int offset) |
static global::System.Security.Cryptography.DSA | FromCapiKeyBlobDSA (byte[] blob) |
static global::System.Security.Cryptography.DSA | FromCapiKeyBlobDSA (byte[] blob, int offset) |
Static Private Member Functions | |
static int | ToInt32LE (byte[] bytes, int offset) |
static uint | ToUInt32LE (byte[] bytes, int offset) |
static byte[] | Trim (byte[] array) |
static RSAParameters | GetParametersFromCapiPrivateKeyBlob (byte[] blob, int offset) |
static byte | FromHexChar (char c) |
static int | ToInt32LE (byte[] bytes, int offset) |
static uint | ToUInt32LE (byte[] bytes, int offset) |
static byte[] | GetBytesLE (int val) |
static byte[] | Trim (byte[] array) |
static global::System.Security.Cryptography.RSAParameters | GetParametersFromCapiPrivateKeyBlob (byte[] blob, int offset) |
static global::System.Security.Cryptography.RSAParameters | GetParametersFromCapiPublicKeyBlob (byte[] blob, int offset) |
Definition at line 14 of file CryptoConvert.cs.