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
RSAPKCS1SignatureDescription.cs
Go to the documentation of this file.
1using System;
4
6{
7 [global::Cpp2ILInjected.Token(Token = "0x2000302")]
9 {
10 [global::Cpp2ILInjected.Token(Token = "0x6001A1F")]
11 [global::Cpp2ILInjected.Address(RVA = "0x1B10974", Offset = "0x1B10974", Length = "0xA4")]
12 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SHA1SignatureDescription), Member = ".ctor", ReturnType = typeof(void))]
13 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SHA256SignatureDescription), Member = ".ctor", ReturnType = typeof(void))]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SHA384SignatureDescription), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1SHA512SignatureDescription), Member = ".ctor", ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
17 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallsUnknownMethods(Count = 3)]
19 protected RSAPKCS1SignatureDescription(string hashAlgorithm, string digestAlgorithm)
20 {
21 throw null;
22 }
23
24 [global::Cpp2ILInjected.Token(Token = "0x6001A20")]
25 [global::Cpp2ILInjected.Address(RVA = "0x1B10A18", Offset = "0x1B10A18", Length = "0x34")]
26 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
27 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
28 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SignatureDescription), Member = "CreateDeformatter", MemberParameters = new object[] { typeof(AsymmetricAlgorithm) }, ReturnType = typeof(AsymmetricSignatureDeformatter))]
30 {
31 throw null;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6001A21")]
35 [global::Cpp2ILInjected.Address(RVA = "0x1B10A4C", Offset = "0x1B10A4C", Length = "0x34")]
36 [global::Cpp2ILInjected.CallAnalysis.ContainsUnimplementedInstructions]
37 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 0)]
38 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(SignatureDescription), Member = "CreateFormatter", MemberParameters = new object[] { typeof(AsymmetricAlgorithm) }, ReturnType = typeof(AsymmetricSignatureFormatter))]
40 {
41 throw null;
42 }
43
44 [global::Cpp2ILInjected.Token(Token = "0x4000D2A")]
45 [global::Cpp2ILInjected.FieldOffset(Offset = "0x30")]
46 private string _hashAlgorithm;
47 }
48}
class f__AnonymousType0<< Count > j__TPar
RSAPKCS1SignatureDescription(string hashAlgorithm, string digestAlgorithm)
override AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
override AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)