|
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
|
Inheritance diagram for System.Security.Cryptography.RSAPKCS1SignatureDeformatter:
Collaboration diagram for System.Security.Cryptography.RSAPKCS1SignatureDeformatter:Public Member Functions | |
| RSAPKCS1SignatureDeformatter () | |
| RSAPKCS1SignatureDeformatter (AsymmetricAlgorithm key) | |
| override void | SetHashAlgorithm (string strName) |
| override void | SetKey (AsymmetricAlgorithm key) |
| override bool | VerifySignature (byte[] rgbHash, byte[] rgbSignature) |
| virtual bool | VerifySignature (HashAlgorithm hash, byte[] rgbSignature) |
Private Attributes | |
| RSA | rsa |
| string | hashName |
Definition at line 11 of file RSAPKCS1SignatureDeformatter.cs.