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

◆ EncryptValue() [2/2]

override byte[] Mono.Security.Cryptography.RSAManaged.EncryptValue ( byte[] rgb)
inlinevirtual

Reimplemented from System.Security.Cryptography.RSA.

Definition at line 193 of file RSAManaged.cs.

194 {
195 while (this.m_disposed)
196 {
197 }
198 if (!this.keypairGenerated)
199 {
200 this.GenerateKeyPair();
201 }
202 BigInteger bigInteger = this.n;
203 BigInteger bigInteger2 = this.e;
205 if (bigInteger3.length != 0U)
206 {
207 uint[] data = bigInteger3.data;
208 uint length = bigInteger3.length;
209 }
210 byte[] array;
211 return array;
212 }
class f__AnonymousType0<< Count > j__TPar

References System.array, Mono.Math.BigInteger.data, Mono.Security.Cryptography.RSAManaged.e, Mono.Security.Cryptography.RSAManaged.GenerateKeyPair(), j__TPar, Mono.Security.Cryptography.RSAManaged.keypairGenerated, System.length, Mono.Security.Cryptography.RSAManaged.m_disposed, Mono.Security.Cryptography.RSAManaged.n, and System.U.