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.PKCS1 Class Referencesealed

Static Public Member Functions

static byte[] I2OSP (byte[] x, int size)
 
static byte[] OS2IP (byte[] x)
 
static byte[] RSAVP1 (RSA rsa, byte[] s)
 
static bool Verify_v15 (RSA rsa, HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding)
 
static byte[] Encode_v15 (HashAlgorithm hash, byte[] hashValue, int emLength)
 
static byte[] I2OSP (int x, int size)
 
static byte[] I2OSP (byte[] x, int size)
 
static byte[] OS2IP (byte[] x)
 
static byte[] RSAEP (RSA rsa, byte[] m)
 
static byte[] RSADP (RSA rsa, byte[] c)
 
static byte[] RSASP1 (RSA rsa, byte[] m)
 
static byte[] RSAVP1 (RSA rsa, byte[] s)
 
static byte[] Encrypt_OAEP (RSA rsa, HashAlgorithm hash, RandomNumberGenerator rng, byte[] M)
 
static byte[] Decrypt_OAEP (RSA rsa, HashAlgorithm hash, byte[] C)
 
static byte[] Sign_v15 (RSA rsa, HashAlgorithm hash, byte[] hashValue)
 
static bool Verify_v15 (RSA rsa, HashAlgorithm hash, byte[] hashValue, byte[] signature)
 
static bool Verify_v15 (RSA rsa, HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding)
 
static byte[] Encode_v15 (HashAlgorithm hash, byte[] hashValue, int emLength)
 
static byte[] MGF1 (HashAlgorithm hash, byte[] mgfSeed, int maskLen)
 

Static Package Functions

static string HashNameFromOid (string oid, bool throwOnError=true)
 
static HashAlgorithm CreateFromOid (string oid)
 
static HashAlgorithm CreateFromName (string name)
 
static byte[] Sign_v15 (RSA rsa, string hashName, byte[] hashValue)
 
static bool Verify_v15 (RSA rsa, string hashName, byte[] hashValue, byte[] signature)
 
static HashAlgorithm CreateFromName (string name)
 

Static Private Member Functions

static bool Compare (byte[] array1, byte[] array2)
 
static PKCS1 ()
 
static bool Compare (byte[] array1, byte[] array2)
 
static byte[] xor (byte[] array1, byte[] array2)
 
static byte[] GetEmptyHash (HashAlgorithm hash)
 
static PKCS1 ()
 

Static Private Attributes

static byte[] emptySHA1
 
static byte[] emptySHA256
 
static byte[] emptySHA384
 
static byte[] emptySHA512
 

Detailed Description

Definition at line 8 of file PKCS1.cs.


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