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
RSAPKCS1SignatureDeformatter.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000316")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001AD6")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B1B4E4", Offset = "0x1B1B4E4", Length = "0x8")]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(CryptoConfig), Member = "CreateFromName", MemberParameters = new object[]
16 {
17 typeof(string),
18 typeof(object[])
19 }, ReturnType = typeof(object))]
20 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
21 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsymmetricSignatureDeformatter), Member = ".ctor", ReturnType = typeof(void))]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6001AD7")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B1B4EC", Offset = "0x1B1B4EC", Length = "0x34")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Crl", Member = "VerifySignature", MemberParameters = new object[] { typeof(RSA) }, ReturnType = typeof(bool))]
30 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Certificate", Member = "VerifySignature", MemberParameters = new object[] { typeof(RSA) }, ReturnType = typeof(bool))]
31 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
32 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsymmetricSignatureDeformatter), Member = ".ctor", ReturnType = typeof(void))]
33 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
35 {
36 throw null;
37 }
38
39 [global::Cpp2ILInjected.Token(Token = "0x6001AD8")]
40 [global::Cpp2ILInjected.Address(RVA = "0x1B1B520", Offset = "0x1B1B520", Length = "0x5C")]
41 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
42 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
43 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
44 public override void SetHashAlgorithm(string strName)
45 {
46 throw null;
47 }
48
49 [global::Cpp2ILInjected.Token(Token = "0x6001AD9")]
50 [global::Cpp2ILInjected.Address(RVA = "0x1B1B57C", Offset = "0x1B1B57C", Length = "0xE8")]
51 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
52 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
53 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
54 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
55 public override void SetKey(AsymmetricAlgorithm key)
56 {
57 throw null;
58 }
59
60 [global::Cpp2ILInjected.Token(Token = "0x6001ADA")]
61 [global::Cpp2ILInjected.Address(RVA = "0x1B1B664", Offset = "0x1B1B664", Length = "0x150")]
62 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
63 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Mono.Security.Cryptography.PKCS1), Member = "Verify_v15", MemberParameters = new object[]
64 {
65 typeof(RSA),
66 typeof(string),
67 typeof(byte[]),
68 typeof(byte[])
69 }, ReturnType = typeof(bool))]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::Locale), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
71 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicUnexpectedOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
72 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
73 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 14)]
74 public override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature)
75 {
76 throw null;
77 }
78
79 [global::Cpp2ILInjected.Token(Token = "0x4000DAA")]
80 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
81 private RSA rsa;
82
83 [global::Cpp2ILInjected.Token(Token = "0x4000DAB")]
84 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
85 private string hashName;
86 }
87}
class f__AnonymousType0<< Count > j__TPar
override bool VerifySignature(byte[] rgbHash, byte[] rgbSignature)