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
AsymmetricSignatureDeformatter.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002C7")]
10 public abstract class AsymmetricSignatureDeformatter
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x600181C")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AF9158", Offset = "0x1AF9158", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SignatureDeformatter), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SignatureDeformatter), 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 = "0x600181D")]
24 public abstract void SetKey(AsymmetricAlgorithm key);
25
26 [global::Cpp2ILInjected.Token(Token = "0x600181E")]
27 public abstract void SetHashAlgorithm(string strName);
28
29 [global::Cpp2ILInjected.Token(Token = "0x600181F")]
30 [global::Cpp2ILInjected.Address(RVA = "0x1AF9160", Offset = "0x1AF9160", Length = "0xB4")]
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 bool VerifySignature(HashAlgorithm hash, byte[] rgbSignature)
36 {
37 throw null;
38 }
39
40 [global::Cpp2ILInjected.Token(Token = "0x6001820")]
41 public abstract bool VerifySignature(byte[] rgbHash, byte[] rgbSignature);
42 }
43}
class f__AnonymousType0<< Count > j__TPar
bool VerifySignature(byte[] rgbHash, byte[] rgbSignature)
virtual bool VerifySignature(HashAlgorithm hash, byte[] rgbSignature)