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
RSAPKCS1SignatureFormatter.cs
Go to the documentation of this file.
1using System;
6
8{
9 [global::System.Runtime.InteropServices.ComVisible(true)]
10 [global::Cpp2ILInjected.Token(Token = "0x2000317")]
12 {
13 [global::Cpp2ILInjected.Token(Token = "0x6001ADB")]
14 [global::Cpp2ILInjected.Address(RVA = "0x1B1B7B4", Offset = "0x1B1B7B4", 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(AsymmetricSignatureFormatter), Member = ".ctor", ReturnType = typeof(void))]
23 {
24 throw null;
25 }
26
27 [global::Cpp2ILInjected.Token(Token = "0x6001ADC")]
28 [global::Cpp2ILInjected.Address(RVA = "0x1B1B7BC", Offset = "0x1B1B7BC", Length = "0x34")]
29 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = "Mono.Security.X509.X509Builder", Member = "Sign", MemberParameters = new object[] { typeof(RSA) }, ReturnType = "System.Byte[]")]
30 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 1)]
31 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(AsymmetricSignatureFormatter), Member = ".ctor", ReturnType = typeof(void))]
32 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 1)]
34 {
35 throw null;
36 }
37
38 [global::Cpp2ILInjected.Token(Token = "0x6001ADD")]
39 [global::Cpp2ILInjected.Address(RVA = "0x1B1B7F0", Offset = "0x1B1B7F0", Length = "0x11C")]
40 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
41 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(Mono.Security.Cryptography.PKCS1), Member = "Sign_v15", MemberParameters = new object[]
42 {
43 typeof(RSA),
44 typeof(string),
45 typeof(byte[])
46 }, ReturnType = typeof(byte[]))]
47 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::Locale), Member = "GetText", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(string))]
48 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(CryptographicUnexpectedOperationException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
49 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
50 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 12)]
51 public override byte[] CreateSignature(byte[] rgbHash)
52 {
53 throw null;
54 }
55
56 [global::Cpp2ILInjected.Token(Token = "0x6001ADE")]
57 [global::Cpp2ILInjected.Address(RVA = "0x1B1B90C", Offset = "0x1B1B90C", Length = "0x5C")]
58 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
59 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
60 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 5)]
61 public override void SetHashAlgorithm(string strName)
62 {
63 throw null;
64 }
65
66 [global::Cpp2ILInjected.Token(Token = "0x6001ADF")]
67 [global::Cpp2ILInjected.Address(RVA = "0x1B1B968", Offset = "0x1B1B968", Length = "0xE8")]
68 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
69 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
70 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
71 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 7)]
72 public override void SetKey(AsymmetricAlgorithm key)
73 {
74 throw null;
75 }
76
77 [global::Cpp2ILInjected.Token(Token = "0x4000DAC")]
78 [global::Cpp2ILInjected.FieldOffset(Offset = "0x10")]
79 private RSA rsa;
80
81 [global::Cpp2ILInjected.Token(Token = "0x4000DAD")]
82 [global::Cpp2ILInjected.FieldOffset(Offset = "0x18")]
83 private string hash;
84 }
85}
class f__AnonymousType0<< Count > j__TPar