|
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.RSAOAEPKeyExchangeFormatter:
Collaboration diagram for System.Security.Cryptography.RSAOAEPKeyExchangeFormatter:Public Member Functions | |
| RSAOAEPKeyExchangeFormatter () | |
| RSAOAEPKeyExchangeFormatter (AsymmetricAlgorithm key) | |
| override void | SetKey (AsymmetricAlgorithm key) |
| override byte[] | CreateKeyExchange (byte[] rgbData) |
| override byte[] | CreateKeyExchange (byte[] rgbData, global::System.Type symAlgType) |
Properties | |
| byte[] | Parameter [get, set] |
| override string | Parameters [get, set] |
| RandomNumberGenerator | Rng [get, set] |
| bool | OverridesEncrypt [get, set] |
Private Attributes | |
| byte[] | ParameterValue |
| RSA | _rsaKey |
| bool? | _rsaOverridesEncrypt |
| RandomNumberGenerator | RngValue |
Definition at line 10 of file RSAOAEPKeyExchangeFormatter.cs.