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
AsymmetricKeyExchangeDeformatter.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002C5")]
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001812")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AF9148", Offset = "0x1AF9148", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAOAEPKeyExchangeDeformatter), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAOAEPKeyExchangeDeformatter), Member = ".ctor", MemberParameters = new object[] { typeof(AsymmetricAlgorithm) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1KeyExchangeDeformatter), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1KeyExchangeDeformatter), Member = ".ctor", MemberParameters = new object[] { typeof(AsymmetricAlgorithm) }, ReturnType = typeof(void))]
18 [global::Cpp2ILInjected.CallAnalysis.CallerCount(Count = 4)]
19 [global::Cpp2ILInjected.CallAnalysis.Calls(Type = typeof(object), Member = ".ctor", ReturnType = typeof(void))]
21 {
22 throw null;
23 }
24
25 [global::Cpp2ILInjected.Token(Token = "0x17000287")]
26 public abstract string Parameters
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001813")]
29 get;
30 [global::Cpp2ILInjected.Token(Token = "0x6001814")]
31 set;
32 }
33
34 [global::Cpp2ILInjected.Token(Token = "0x6001815")]
35 public abstract void SetKey(AsymmetricAlgorithm key);
36
37 [global::Cpp2ILInjected.Token(Token = "0x6001816")]
38 public abstract byte[] DecryptKeyExchange(byte[] rgb);
39 }
40}
class f__AnonymousType0<< Count > j__TPar