// Assembly: mscorlib
// Full name: System.Security.Cryptography.Utils

namespace System.Security.Cryptography
{
public class Utils // TypeDefIndex: 4085
{
	// Fields
	type#24894 _rng;

	// Methods
	// RVA: -1
	internal static type#24893 get_StaticRandomNumberGenerator() { }
	// RVA: -1
	internal static type#12860 GenerateRandom(type#20867 keySize) { }
	// RVA: -1
	internal static type#15313 HasAlgorithm(type#20867 dwCalg, type#20867 dwKeySize) { }
	// RVA: -1
	internal static type#26576 DiscardWhiteSpaces(type#26576 inputBuffer) { }
	// RVA: -1
	internal static type#26576 DiscardWhiteSpaces(type#26576 inputBuffer, type#20867 inputOffset, type#20867 inputCount) { }
	// RVA: -1
	internal static type#20867 ConvertByteArrayToInt(type#12860 input) { }
	// RVA: -1
	internal static type#12860 ConvertIntToByteArray(type#20867 dwInput) { }
	// RVA: -1
	internal static type#12860 FixupKeyParity(type#12860 key) { }
	// RVA: -1
	internal static type#28660 DWORDFromLittleEndian(type#12438 x, type#20867 digits, type#12376 block) { }
	// RVA: -1
	internal static type#28660 DWORDToLittleEndian(type#12860 block, type#13557 x, type#20867 digits) { }
	// RVA: -1
	internal static type#28660 DWORDFromBigEndian(type#12438 x, type#20867 digits, type#12376 block) { }
	// RVA: -1
	internal static type#28660 DWORDToBigEndian(type#12860 block, type#13557 x, type#20867 digits) { }
	// RVA: -1
	internal static type#28660 QuadWordFromBigEndian(type#12440 x, type#20867 digits, type#12376 block) { }
	// RVA: -1
	internal static type#28660 QuadWordToBigEndian(type#12860 block, type#13568 x, type#20867 digits) { }
	// RVA: -1
	internal static type#12860 RsaOaepEncrypt(type#24895 rsa, type#19477 hash, type#24077 mgf, type#24930 rng, type#12860 data) { }
	// RVA: -1
	internal static type#15313 DoesRsaKeyOverride(type#24895 rsaKey, type#26576 methodName, type#13534 parameterTypes) { }
	// RVA: -1
	private static type#15313 DoesRsaKeyOverrideSlowPath(type#27705 t, type#26576 methodName, type#13534 parameterTypes) { }
	// RVA: -1
	internal static type#15313 _ProduceLegacyHmacValues() { }
}
}
