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
Rijndael.cs
Go to the documentation of this file.
1
using
System
;
2
using
System.Runtime.InteropServices
;
3
using
Cpp2IlInjected
;
4
5
namespace
System.Security.Cryptography
6
{
7
// Token: 0x020002EC RID: 748
8
[
ComVisible
(
true
)]
9
public
abstract
class
Rijndael
:
SymmetricAlgorithm
10
{
11
// Token: 0x0600191E RID: 6430 RVA: 0x00035CB0 File Offset: 0x00033EB0
12
protected
Rijndael
()
13
{
14
this.KeySizeValue
= 256;
15
if
(256 == 0)
16
{
17
}
18
}
19
20
// Token: 0x0600191F RID: 6431 RVA: 0x0000207A File Offset: 0x0000027A
21
public
new
static
Rijndael
Create
()
22
{
23
throw
new
AnalysisFailedException
(
"CPP2IL failed to recover any usable IL for this method."
);
24
}
25
26
// Token: 0x06001920 RID: 6432 RVA: 0x00035CD8 File Offset: 0x00033ED8
27
public
new
static
Rijndael
Create
(
string
algName
)
28
{
29
if
(!
true
)
30
{
31
}
32
object
obj
;
33
if
(
obj
!=
null
)
34
{
35
}
36
throw
new
InvalidCastException
();
37
}
38
39
// Token: 0x06001921 RID: 6433 RVA: 0x00035CF0 File Offset: 0x00033EF0
40
// Note: this type is marked as 'beforefieldinit'.
41
static
Rijndael
()
42
{
43
}
44
45
// Token: 0x04000CD4 RID: 3284
46
private
static
KeySizes
[]
s_legalBlockSizes
;
47
48
// Token: 0x04000CD5 RID: 3285
49
private
static
KeySizes
[]
s_legalKeySizes
;
50
}
51
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
Cpp2IlInjected.AnalysisFailedException
Definition
AnalysisFailedException.cs:7
System.InvalidCastException
Definition
InvalidCastException.cs:9
System.Security.Cryptography.KeySizes
Definition
KeySizes.cs:9
System.Security.Cryptography.Rijndael.Rijndael
static Rijndael()
Definition
Rijndael.cs:41
System.Security.Cryptography.Rijndael.Create
static new Rijndael Create(string algName)
Definition
Rijndael.cs:27
System.Security.Cryptography.Rijndael.s_legalKeySizes
static KeySizes[] s_legalKeySizes
Definition
Rijndael.cs:49
System.Security.Cryptography.Rijndael.s_legalBlockSizes
static KeySizes[] s_legalBlockSizes
Definition
Rijndael.cs:46
System.Security.Cryptography.Rijndael.Rijndael
Rijndael()
Definition
Rijndael.cs:12
System.Security.Cryptography.Rijndael.Create
static new Rijndael Create()
Definition
Rijndael.cs:21
System.Security.Cryptography.Rijndael
Definition
Rijndael.cs:10
System.Security.Cryptography.SymmetricAlgorithm
Definition
SymmetricAlgorithm.cs:10
Cpp2IlInjected
Definition
AnalysisFailedException.cs:4
System.Runtime.InteropServices
Definition
_Activator.cs:4
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.obj
@ obj
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
Rijndael.cs
Generated by
1.10.0