terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
|
Public Member Functions | |
RSAOAEPKeyExchangeFormatter () | |
RSAOAEPKeyExchangeFormatter (AsymmetricAlgorithm key) | |
override void | SetKey (AsymmetricAlgorithm key) |
override byte[] | CreateKeyExchange (byte[] rgbData) |
override byte[] | CreateKeyExchange (byte[] rgbData, Type symAlgType) |
Properties | |
byte[] | Parameter [get, set] |
override string | Parameters [get] |
RandomNumberGenerator | Rng [get, set] |
bool | OverridesEncrypt [get] |
Private Attributes | |
byte[] | ParameterValue |
RSA | _rsaKey |
bool? | _rsaOverridesEncrypt |
RandomNumberGenerator | RngValue |
Definition at line 9 of file RSAOAEPKeyExchangeFormatter.cs.