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
AsymmetricKeyExchangeFormatter.cs
Go to the documentation of this file.
1using System;
5
7{
8 [global::System.Runtime.InteropServices.ComVisible(true)]
9 [global::Cpp2ILInjected.Token(Token = "0x20002C6")]
10 public abstract class AsymmetricKeyExchangeFormatter
11 {
12 [global::Cpp2ILInjected.Token(Token = "0x6001817")]
13 [global::Cpp2ILInjected.Address(RVA = "0x1AF9150", Offset = "0x1AF9150", Length = "0x8")]
14 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAOAEPKeyExchangeFormatter), Member = ".ctor", ReturnType = typeof(void))]
15 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAOAEPKeyExchangeFormatter), Member = ".ctor", MemberParameters = new object[] { typeof(AsymmetricAlgorithm) }, ReturnType = typeof(void))]
16 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1KeyExchangeFormatter), Member = ".ctor", ReturnType = typeof(void))]
17 [global::Cpp2ILInjected.CallAnalysis.CalledBy(Type = typeof(RSAPKCS1KeyExchangeFormatter), 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 = "0x17000288")]
26 public abstract string Parameters
27 {
28 [global::Cpp2ILInjected.Token(Token = "0x6001818")]
29 get;
30 }
31
32 [global::Cpp2ILInjected.Token(Token = "0x6001819")]
33 public abstract void SetKey(AsymmetricAlgorithm key);
34
35 [global::Cpp2ILInjected.Token(Token = "0x600181A")]
36 public abstract byte[] CreateKeyExchange(byte[] data);
37
38 [global::Cpp2ILInjected.Token(Token = "0x600181B")]
39 public abstract byte[] CreateKeyExchange(byte[] data, global::System.Type symAlgType);
40 }
41}
class f__AnonymousType0<< Count > j__TPar
byte[] CreateKeyExchange(byte[] data, global::System.Type symAlgType)