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
RSAPKCS1SignatureDescription.cs
Go to the documentation of this file.
1
using
System
;
2
3
namespace
System.Security.Cryptography
4
{
5
// Token: 0x02000302 RID: 770
6
internal
abstract
class
RSAPKCS1SignatureDescription
:
SignatureDescription
7
{
8
// Token: 0x06001A1F RID: 6687 RVA: 0x00038208 File Offset: 0x00036408
9
protected
RSAPKCS1SignatureDescription
(
string
hashAlgorithm,
string
digestAlgorithm
)
10
{
11
this._strKey
=
"System.Security.Cryptography.RSA"
;
12
this._strDigest
=
digestAlgorithm
;
13
this._strFormatter
=
"System.Security.Cryptography.RSAPKCS1SignatureFormatter"
;
14
this._strDeformatter
=
"System.Security.Cryptography.RSAPKCS1SignatureDeformatter"
;
15
this._hashAlgorithm
= hashAlgorithm;
16
}
17
18
// Token: 0x06001A20 RID: 6688 RVA: 0x0003824C File Offset: 0x0003644C
19
public
sealed
override
AsymmetricSignatureDeformatter
CreateDeformatter
(
AsymmetricAlgorithm
key
)
20
{
21
AsymmetricSignatureDeformatter
asymmetricSignatureDeformatter
=
base
.CreateDeformatter(
key
);
22
string
hashAlgorithm = this.
_hashAlgorithm
;
23
return
asymmetricSignatureDeformatter
;
24
}
25
26
// Token: 0x06001A21 RID: 6689 RVA: 0x0003826C File Offset: 0x0003646C
27
public
sealed
override
AsymmetricSignatureFormatter
CreateFormatter
(
AsymmetricAlgorithm
key
)
28
{
29
AsymmetricSignatureFormatter
asymmetricSignatureFormatter
=
base
.CreateFormatter(
key
);
30
string
hashAlgorithm = this.
_hashAlgorithm
;
31
return
asymmetricSignatureFormatter
;
32
}
33
34
// Token: 0x04000D2A RID: 3370
35
private
string
_hashAlgorithm
;
36
}
37
}
j__TPar
class f__AnonymousType0<< Count > j__TPar
Definition
--f__AnonymousType0.cs:8
System.Security.Cryptography.AsymmetricAlgorithm
Definition
AsymmetricAlgorithm.cs:10
System.Security.Cryptography.AsymmetricSignatureDeformatter
Definition
AsymmetricSignatureDeformatter.cs:9
System.Security.Cryptography.AsymmetricSignatureFormatter
Definition
AsymmetricSignatureFormatter.cs:9
System.Security.Cryptography.RSAPKCS1SignatureDescription.RSAPKCS1SignatureDescription
RSAPKCS1SignatureDescription(string hashAlgorithm, string digestAlgorithm)
Definition
RSAPKCS1SignatureDescription.cs:9
System.Security.Cryptography.RSAPKCS1SignatureDescription._hashAlgorithm
string _hashAlgorithm
Definition
RSAPKCS1SignatureDescription.cs:35
System.Security.Cryptography.RSAPKCS1SignatureDescription.CreateFormatter
override AsymmetricSignatureFormatter CreateFormatter(AsymmetricAlgorithm key)
Definition
RSAPKCS1SignatureDescription.cs:27
System.Security.Cryptography.RSAPKCS1SignatureDescription.CreateDeformatter
override AsymmetricSignatureDeformatter CreateDeformatter(AsymmetricAlgorithm key)
Definition
RSAPKCS1SignatureDescription.cs:19
System.Security.Cryptography.RSAPKCS1SignatureDescription
Definition
RSAPKCS1SignatureDescription.cs:7
System.Security.Cryptography.SignatureDescription
Definition
SignatureDescription.cs:9
System.Security.Cryptography
Definition
Aes.cs:5
System.ExceptionArgument.key
@ key
System
Definition
__ComObject.cs:4
source
mscorlib
System
Security
Cryptography
RSAPKCS1SignatureDescription.cs
Generated by
1.10.0