terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
Mono.Security.Cryptography.CryptoConvert Class Referencesealed

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 RSA FromCapiPrivateKeyBlob (byte[] blob, int offset)
 
static DSA FromCapiPrivateKeyBlobDSA (byte[] blob, int offset)
 
static byte[] ToCapiPrivateKeyBlob (RSA rsa)
 
static byte[] ToCapiPrivateKeyBlob (DSA dsa)
 
static RSA FromCapiPublicKeyBlob (byte[] blob, int offset)
 
static DSA FromCapiPublicKeyBlobDSA (byte[] blob, int offset)
 
static byte[] ToCapiPublicKeyBlob (RSA rsa)
 
static byte[] ToCapiPublicKeyBlob (DSA dsa)
 
static RSA FromCapiKeyBlob (byte[] blob)
 
static RSA FromCapiKeyBlob (byte[] blob, int offset)
 
static DSA FromCapiKeyBlobDSA (byte[] blob)
 
static 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 RSAParameters GetParametersFromCapiPrivateKeyBlob (byte[] blob, int offset)
 
static RSAParameters GetParametersFromCapiPublicKeyBlob (byte[] blob, int offset)
 

Detailed Description

Definition at line 8 of file CryptoConvert.cs.


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