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
AsymmetricSignatureFormatter.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002C8")]
10 public abstract class AsymmetricSignatureFormatter
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001821")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AF9214", Offset = "0x1AF9214", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SignatureFormatter), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SignatureFormatter), Member = ".ctor", MemberParameters = new object[] { typeof(AsymmetricAlgorithm) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 2)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
19 {
20 throw null;
21 }
22
23 [global::Cpp2ILInjected.Token(Token = "0x6001822")]
24 public abstract void SetKey(AsymmetricAlgorithm key);
25
26 [global::Cpp2ILInjected.Token(Token = "0x6001823")]
27 public abstract void SetHashAlgorithm(string strName);
28
29 [global::Cpp2ILInjected.Token(Token = "0x6001824")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1AF921C", Offset = "0x1AF921C", Length = "0xAC")]
31 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
32 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
33 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(global::System.ArgumentNullException), Member = ".ctor", MemberParameters = new object[] { typeof(string) }, ReturnType = typeof(void))]
34 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 6)]
35 public virtual byte[] CreateSignature(HashAlgorithm hash)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6001825")]
41 public abstract byte[] CreateSignature(byte[] rgbHash);
42 }
43}
class f__AnonymousType0<< Count > j__TPar