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
System.Security.Cryptography.Utils Class Reference

Static Package Functions

static byte[] GenerateRandom (int keySize)
 
static bool HasAlgorithm (int dwCalg, int dwKeySize)
 
static string DiscardWhiteSpaces (string inputBuffer)
 
static string DiscardWhiteSpaces (string inputBuffer, int inputOffset, int inputCount)
 
static int ConvertByteArrayToInt (byte[] input)
 
static byte[] ConvertIntToByteArray (int dwInput)
 
static void ConvertIntToByteArray (uint dwInput, byte[] counter)
 
static byte[] FixupKeyParity (byte[] key)
 
static unsafe void DWORDFromLittleEndian (uint *x, int digits, byte *block)
 
static void DWORDToLittleEndian (byte[] block, uint[] x, int digits)
 
static unsafe void DWORDFromBigEndian (uint *x, int digits, byte *block)
 
static void DWORDToBigEndian (byte[] block, uint[] x, int digits)
 
static unsafe void QuadWordFromBigEndian (ulong *x, int digits, byte *block)
 
static void QuadWordToBigEndian (byte[] block, ulong[] x, int digits)
 
static byte[] Int (uint i)
 
static byte[] RsaOaepEncrypt (RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, RandomNumberGenerator rng, byte[] data)
 
static byte[] RsaOaepDecrypt (RSA rsa, HashAlgorithm hash, PKCS1MaskGenerationMethod mgf, byte[] encryptedData)
 
static byte[] RsaPkcs1Padding (RSA rsa, byte[] oid, byte[] hash)
 
static bool CompareBigIntArrays (byte[] lhs, byte[] rhs)
 
static HashAlgorithmName OidToHashAlgorithmName (string oid)
 
static bool DoesRsaKeyOverride (RSA rsaKey, string methodName, Type[] parameterTypes)
 
static bool _ProduceLegacyHmacValues ()
 

Static Package Attributes

const int DefaultRsaProviderType = 1
 

Properties

static RNGCryptoServiceProvider StaticRandomNumberGenerator [get]
 

Static Private Member Functions

static Utils ()
 
static bool DoesRsaKeyOverrideSlowPath (Type t, string methodName, Type[] parameterTypes)
 

Static Private Attributes

static RNGCryptoServiceProvider _rng
 

Detailed Description

Definition at line 7 of file Utils.cs.


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