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.Cryptography.PKCS1 Class Referencesealed
+ Collaboration diagram for Mono.Security.Cryptography.PKCS1:

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 (global::System.Security.Cryptography.RSA rsa, byte[] m)
 
static byte[] RSADP (global::System.Security.Cryptography.RSA rsa, byte[] c)
 
static byte[] RSASP1 (global::System.Security.Cryptography.RSA rsa, byte[] m)
 
static byte[] RSAVP1 (global::System.Security.Cryptography.RSA rsa, byte[] s)
 
static byte[] Encrypt_OAEP (global::System.Security.Cryptography.RSA rsa, global::System.Security.Cryptography.HashAlgorithm hash, global::System.Security.Cryptography.RandomNumberGenerator rng, byte[] M)
 
static byte[] Decrypt_OAEP (global::System.Security.Cryptography.RSA rsa, global::System.Security.Cryptography.HashAlgorithm hash, byte[] C)
 
static byte[] Sign_v15 (global::System.Security.Cryptography.RSA rsa, global::System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue)
 
static bool Verify_v15 (global::System.Security.Cryptography.RSA rsa, global::System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature)
 
static bool Verify_v15 (global::System.Security.Cryptography.RSA rsa, global::System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, byte[] signature, bool tryNonStandardEncoding)
 
static byte[] Encode_v15 (global::System.Security.Cryptography.HashAlgorithm hash, byte[] hashValue, int emLength)
 
static byte[] MGF1 (global::System.Security.Cryptography.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 (global::System.Security.Cryptography.RSA rsa, string hashName, byte[] hashValue)
 
static bool Verify_v15 (global::System.Security.Cryptography.RSA rsa, string hashName, byte[] hashValue, byte[] signature)
 
static global::System.Security.Cryptography.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 (global::System.Security.Cryptography.HashAlgorithm hash)
 
static PKCS1 ()
 

Static Private Attributes

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

Detailed Description

Definition at line 12 of file PKCS1.cs.


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