terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches
RSAPKCS1KeyExchangeDeformatter.cs
Go to the documentation of this file.
1using System;
3
5{
6 // Token: 0x020002F7 RID: 759
7 [ComVisible(true)]
9 {
10 // Token: 0x060019B8 RID: 6584 RVA: 0x00037544 File Offset: 0x00035744
14
15 // Token: 0x060019B9 RID: 6585 RVA: 0x00037558 File Offset: 0x00035758
17 {
18 do
19 {
20 base..ctor();
21 }
22 while (key == null);
24 }
25
26 // Token: 0x170002C8 RID: 712
27 // (get) Token: 0x060019BA RID: 6586 RVA: 0x0003757C File Offset: 0x0003577C
28 // (set) Token: 0x060019BB RID: 6587 RVA: 0x00037590 File Offset: 0x00035790
30 {
31 get
32 {
33 return this.RngValue;
34 }
35 set
36 {
38 }
39 }
40
41 // Token: 0x170002C9 RID: 713
42 // (get) Token: 0x060019BC RID: 6588 RVA: 0x000375A4 File Offset: 0x000357A4
43 // (set) Token: 0x060019BD RID: 6589 RVA: 0x000375B4 File Offset: 0x000357B4
44 public override string Parameters
45 {
46 get
47 {
48 }
49 set
50 {
51 }
52 }
53
54 // Token: 0x060019BE RID: 6590 RVA: 0x000375C4 File Offset: 0x000357C4
55 public override byte[] DecryptKeyExchange(byte[] rgbIn)
56 {
57 RSA rsaKey = this._rsaKey;
58 if (rsaKey != null)
59 {
61 RSA rsaKey2 = this._rsaKey;
62 if (rsaKey == null)
63 {
64 }
65 if (!true)
66 {
67 }
68 KeySizes[] legalKeySizesValue = rsaKey2.LegalKeySizesValue;
69 string resourceString = Environment.GetResourceString("Error occurred while decoding PKCS1 padding.");
70 }
71 return "No asymmetric key object has been associated with this formatter object.";
72 }
73
74 // Token: 0x060019BF RID: 6591 RVA: 0x00037608 File Offset: 0x00035808
75 public override void SetKey(AsymmetricAlgorithm key)
76 {
77 while (key == null)
78 {
79 }
81 }
82
83 // Token: 0x170002CA RID: 714
84 // (get) Token: 0x060019C0 RID: 6592 RVA: 0x00037628 File Offset: 0x00035828
85 private bool OverridesDecrypt
86 {
87 get
88 {
89 if (this._rsaOverridesDecrypt == null)
90 {
91 RSA rsaKey = this._rsaKey;
92 Type type;
93 Type type2;
94 if ((type != null && type == null) || type2 == null || type2 != null)
95 {
96 }
97 }
99 }
100 }
101
102 // Token: 0x04000D0D RID: 3341
103 private RSA _rsaKey;
104
105 // Token: 0x04000D0E RID: 3342
106 private bool? _rsaOverridesDecrypt;
107
108 // Token: 0x04000D0F RID: 3343
110 }
111}
class f__AnonymousType0<< Count > j__TPar
static string GetResourceString(string key)