36 lines
872 B
C#
36 lines
872 B
C#
using System;
|
|
using System.Security.Cryptography;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace Mono.Security.Cryptography
|
|
{
|
|
// Token: 0x02000032 RID: 50
|
|
[Token(Token = "0x2000032")]
|
|
public sealed class PKCS1
|
|
{
|
|
// Token: 0x06000137 RID: 311 RVA: 0x00002050 File Offset: 0x00000250
|
|
[Token(Token = "0x6000137")]
|
|
[Address(RVA = "0x1066BC0", Offset = "0x1065BC0", VA = "0x181066BC0")]
|
|
internal static HashAlgorithm CreateFromName(string name)
|
|
{
|
|
return null;
|
|
}
|
|
|
|
// Token: 0x040001D4 RID: 468
|
|
[Token(Token = "0x40001D4")]
|
|
private static byte[] emptySHA1;
|
|
|
|
// Token: 0x040001D5 RID: 469
|
|
[Token(Token = "0x40001D5")]
|
|
private static byte[] emptySHA256;
|
|
|
|
// Token: 0x040001D6 RID: 470
|
|
[Token(Token = "0x40001D6")]
|
|
private static byte[] emptySHA384;
|
|
|
|
// Token: 0x040001D7 RID: 471
|
|
[Token(Token = "0x40001D7")]
|
|
private static byte[] emptySHA512;
|
|
}
|
|
}
|