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
|
Public Member Functions | |
RSAPKCS1KeyExchangeDeformatter () | |
RSAPKCS1KeyExchangeDeformatter (AsymmetricAlgorithm key) | |
override byte[] | DecryptKeyExchange (byte[] rgbIn) |
override void | SetKey (AsymmetricAlgorithm key) |
Properties | |
RandomNumberGenerator | RNG [get, set] |
override string | Parameters [get, set] |
bool | OverridesDecrypt [get, set] |
Private Attributes | |
RSA | _rsaKey |
bool? | _rsaOverridesDecrypt |
RandomNumberGenerator | RngValue |
Definition at line 10 of file RSAPKCS1KeyExchangeDeformatter.cs.